File tree 3 files changed +6
-6
lines changed
firmware/examples/BasicExample
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# TinyGPS++
2
2
3
- TinyGPS++ library for www.particle.com photon and electron .
3
+ TinyGPS++ library for www.particle.io devices such as the Photon and Electron .
Original file line number Diff line number Diff line change 1
- #include < TinyGPS++/TinyGPS++.h>
2
- /*
1
+ #include " TinyGPS++/TinyGPS++.h"
2
+ /*
3
3
This sample sketch should be the first you try out when you are testing a TinyGPS++
4
4
(TinyGPSPlus) installation. In normal use, you feed TinyGPS++ objects characters from
5
5
a serial NMEA GPS device, but this example uses static strings for simplicity.
@@ -41,7 +41,7 @@ void loop()
41
41
42
42
void displayInfo ()
43
43
{
44
- Serial.print (F (" Location: " ));
44
+ Serial.print (F (" Location: " ));
45
45
if (gps.location .isValid ())
46
46
{
47
47
Serial.print (gps.location .lat (), 6 );
Original file line number Diff line number Diff line change 2
2
"name" : " TinyGPS++" ,
3
3
"author" : " Mikal Hart" ,
4
4
"license" : " MIT" ,
5
- "version" : " 0.9.4 " ,
5
+ "version" : " 0.9.5 " ,
6
6
"description" : " A new, customizable Arduino NMEA parsing library http://arduiniana.org"
7
- }
7
+ }
You can’t perform that action at this time.
0 commit comments