adafruit / Adafruit_CircuitPython_FeatherWing

CircuitPython classes for Adafruit FeatherWings
MIT License
11 stars 13 forks source link

Fixed GPS I2C issue on Feather M4 Express #34

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

Since the GPS FeatherWing does not use I2C, but it was being initialized by shared, I went ahead and removed the import of shared and just init the UART stuff in the GPS FeatherWing helper. See #33 for more info.