adafruit / Adafruit_CircuitPython_BusDevice

Two helper classes that handle transaction related state for I2C and SPI including locks.
MIT License
105 stars 76 forks source link

added examples folder and two example .py #15

Closed mrmcwethy closed 6 years ago

mrmcwethy commented 6 years ago

https://github.com/adafruit/circuitpython/issues/493

Added read_register_i2c.py and read_register_spi.py

ladyada commented 6 years ago

looks great!!!