No description
Find a file
2016-12-12 00:19:40 -08:00
adafruit_bus_device Optimization: remove read/write from SPI device and return SPI bus on context manager enter. 2016-12-12 00:19:40 -08:00
.gitignore First version of I2CDevice 2016-12-01 18:34:46 -08:00
CODE_OF_CONDUCT.md First version of I2CDevice 2016-12-01 18:34:46 -08:00
LICENSE First version of I2CDevice 2016-12-01 18:34:46 -08:00
README.md First version of I2CDevice 2016-12-01 18:34:46 -08:00

Adafruit MicroPython BusDevice

The I2CDevice and SPIDevice helper classes make managing transaction state on a bus easy. For example, they manage locking the bus to prevent other concurrent access. For SPI devices, it manages the chip select and protocol changes such as mode. For I2C, it manages the device address.