adafruit / Adafruit_CircuitPython_BusDevice

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

add write_then_readinto support for linux (and possibly others!) #20

Closed ladyada closed 6 years ago

ladyada commented 6 years ago

we do a fallback if there's no inherent busio support for single-transaction write+read, so should continue to work fine under current micros