SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
706 stars 195 forks source link

Class/Example for u-blox GNSS attached to Wire/I2C. #86

Open mazgch opened 6 years ago

mazgch commented 6 years ago

I wrote a simple class that can be used in combination with your NMEAGPS library. The class allows you to use the Wire interface in combination with a u-blox GNSS device attached to Wire/I2C as a direct source for the Stream. This works for me and I thought you might like to be aware or even add functionality to your class as part of the library or an example.

GpsTwoWire.txt

afnan commented 4 years ago

@mazgch i was trying to use your code but could not. Do you have a library or instructions on how to use this code?

mazgch commented 4 years ago

Sparkfun has now their own library that supports i2c https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library