binho
binho
Nova Host Adapter
Accessories
Downloads
Support
Customer Support Portal
Getting Started
User Guide
Python Libraries
binhoHostAdapter
Device Functions
Buffer Functions
IO Functions
SPI Functions
I2C Functions
1-WIRE Functions
SWI Functions
UART Functions
binhoUtilities
Examples
Mission Control Software
Firmware Releases
Troubleshooting
FAQ
Orders & Shipping
Returns & Warranty
Contact Us
Learn & Grow
Dropping Legacy Terminology
What is a host adapter?
Binho + CircuitPython
Binho + Sparkfun Qwiic_Py
Powered by GitBook

binhoHostAdapter

The binhoHostAdapter class contains all the necessary functions to programmatically control / automate all of the functionality of your binho Multi-Protocol USB Host Adapter. This class can be included in your code as show below.

from binhoHostAdapter import binhoHostAdapter

This class contains a multitude of functions split into several different categories. The documentation has been split up accordingly.

Device

Device Functions
/python-libraries/binhohostadapter/device

Buffer

Buffer Functions
/python-libraries/binhohostadapter/buffer

IO

IO Functions
/python-libraries/binhohostadapter/io

SPI

SPI Commands
/user-guide/ascii-interface/spi-commands

I2C

I2C Functions
/python-libraries/binhohostadapter/i2c

1-WIRE

1-WIRE Commands
/user-guide/ascii-interface/1-wire-commands

SWI

SWI Functions
/python-libraries/binhohostadapter/swi-functions

UART

UART Functions
/python-libraries/binhohostadapter/uart-functions
Previous
Python Libraries
Next
Device Functions
Last updated 2 years ago
Contents
Device
Buffer
IO
SPI
I2C
1-WIRE
SWI
UART