Optionally turn off I2C device probe at initialization
- New optional
probe
argument forI2CDevice(i2c, device_address, probe=True)
. IfFalse
, 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.