adafruit / Adafruit_CircuitPython_TCA9548A

CircuitPython driver for the TCA9548A I2C Multiplexer.
MIT License
26 stars 15 forks source link

Support for 'writeto_then_readfrom' #6

Closed StevenBruinen closed 5 years ago

StevenBruinen commented 5 years ago

Added support for the busio 'writeto_then_readfrom' function as this is required for some i2c devices (e.g. the Adafruit i2c FRAM module).