Fixed GPS I2C issue on Feather M4 Express
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.