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

Use time.sleep() #91

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Companion PR to https://github.com/adafruit/Adafruit_CircuitPython_TCA9548A/pull/39 that uses time.sleep() to aid in speeding things up if something is being used in a threaded, Blinka environment.