Skip to content

3.6.2 - Changed busio.i2c to board.i2c

Compare
Choose a tag to compare
@evaherrada evaherrada released this 07 May 16:02
82ecc0c

The purpose of doing this was to avoid i2c conflicts. It has no affect on how the code runs. You can still run it using busio.i2c, but using board.i2c is preferable.

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

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

Read the docs for info on how to use it.