Skip to content

Two helper classes that handle transaction related state for I2C and SPI including locks.

License

Notifications You must be signed in to change notification settings

sommersoft/Adafruit_CircuitPython_BusDevice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Two helper classes that handle transaction related state for I2C and SPI including locks.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%