Skip to content

Fixed GPS I2C issue on Feather M4 Express

Compare
Choose a tag to compare
@makermelissa makermelissa released this 24 Feb 19:19
a2282db

There was an issue initializing the GPS module on the Feather M4 due to a shared library initializing I2C while the GPS did not use it. This has been fixed in this release.

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

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

Read the docs for info on how to use it.