From 7bb0f1ae9dce422b2cba7970d810f155839ee0bf Mon Sep 17 00:00:00 2001 From: wzyy2 <547884940@qq.com> Date: Thu, 25 Dec 2014 17:27:06 +0800 Subject: [PATCH] push2 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a411f43..a0342a6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ pyhackrf-ctypes ============== pyhackrf-ctypes is a Python wrapper for libhackrf.
I create this project because i want a simple Python interface to my hackrf board. -At First I use pyusb to directly get the data from HackRF, then I found pyusb can only move data at a rate of 5MiB/S, too slow for HackRF.
-So finally i choose ctypes . +At First I use pyusb to directly get the data from HackRF, then I found pyusb can only move data at a rate of 5MiB/S, too slow for HackRF.So I choose to use ctypes . # Dependencies