Python library for controlling Binho multi-protocol USB host adapters (I2C, SPI, UART, GPIO, etc.). Current version 0.1.6. Release cadence: sporadic.
pip install binho-host-adapterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize adapter, set I2C mode, write/read bytes.
Always call `adapter.open()` after instantiation.
Install FTDI VCP drivers from ftdichip.com.
Use the new I2C object methods: `adapter.i2c.write()`, `adapter.i2c.read()`.