jhol / pyadf435x

An open source software suite to control the ADF4351 board
61 stars 19 forks source link

Add support the Bus Pirate interface. #12

Closed gipi closed 3 years ago

gipi commented 3 years ago

Bus Pirate is a well-known tool for hardware hackers that allows to easily interface to raw protocols (official page here).

I didn't add the dependencies for the pyBusPirateLite library in setup.py, I think is possible to indicate specific dependencies only when necessary, if you want I can add that.

jhol commented 3 years ago

Merged - thanks!