adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Update example(s) to use `board.I2C()` instead of `busio.I2C()` #39

Closed dhalbert closed 4 years ago

dhalbert commented 4 years ago

A discord user was merging this code with the CLUE library and ran into I2C conflicts.

kattni commented 4 years ago

Resolved by #42