Skip to content

Optionally turn off I2C device probe at initialization

Compare
Choose a tag to compare
@dhalbert dhalbert released this 18 Dec 14:41
2000ae3
  • New optional probe argument for I2CDevice(i2c, device_address, probe=True). If False, does not probe for device initially. A few devices don't respond, or do something unwanted.
  • Library build moved to GitHub actions.

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

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

Read the docs for info on how to use it.