Skip to content

5.2.0 - Use time.sleep(0) instead of pass

Compare
Choose a tag to compare
@tekktrik tekktrik released this 26 Jul 15:29
· 27 commits to main since this release
068231a

This library now uses time.sleep(0) instead of pass to aid execution in multithreaded Blinka environments.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.