sparkfun / SparkFun_I2C_GPS_Arduino_Library

Library for reading and controlling MT3333 and MT3339 based GPS modules over I2C.
Other
18 stars 13 forks source link

Added support for Particle devices #11

Closed walmaawali closed 2 years ago

walmaawali commented 2 years ago

I've added support to Particle devices (argon, boron, photon) by checking if PARTICLE is defined and including the library. The code was tested successfully using Sparkfun GPS Breakout XA1110.

nseidle commented 2 years ago

Great! Thanks for the PR.