Skip to content

Commit b26b3f0

Browse files
committed
Add example comments
1 parent 61a4c65 commit b26b3f0

File tree

11 files changed

+24
-1
lines changed

11 files changed

+24
-1
lines changed

examples/Mixed_Parser/Mixed_Parser.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/*
22
SparkFun mixed parser example sketch
33
4+
This example demonstrates how to create a mixed parser -
5+
here we parse u-blox UBX and NMEA using a single mixed parser
6+
47
License: MIT. Please see LICENSE.md for more details
58
*/
69

examples/Multiple_Parsers/Multiple_Parsers.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/*
22
SparkFun multiple parser example sketch
33
4+
This example demonstrates how to use multiple parsers -
5+
here two separate parsers parse u-blox UBX and NMEA
6+
47
License: MIT. Please see LICENSE.md for more details
58
*/
69

examples/NMEA_Test/NMEA_Test.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
SparkFun NMEA test example sketch
33
4+
This example demonstrates how to parse a NMEA data stream
5+
46
License: MIT. Please see LICENSE.md for more details
57
*/
68

examples/RTCM_Test/RTCM_Test.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
SparkFun RTCM test example sketch
33
4+
This example demonstrates how to parse a RTCM data stream
5+
46
License: MIT. Please see LICENSE.md for more details
57
*/
68

examples/SBF_Test/SBF_TEST.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
SparkFun SBF test example sketch
33
4+
This example demonstrates how to parse a Septentrio SBF data stream
5+
46
License: MIT. Please see LICENSE.md for more details
57
*/
68

examples/SBF_in_SPARTN_Test/SBF_in_SPARTN_Test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SparkFun SBF-in-SPARTN test example sketch
33
4-
The mosaic-X5 can output raw L-Band (LBandBeam1) data, interspersed with SBF messages
4+
The Septentrio mosaic-X5 can output raw L-Band (LBandBeam1) data, interspersed with SBF messages
55
66
This example demonstrates how to use two parsers to separate the SBF from the L-Band stream
77
and extract SPARTN from the remaining raw L-Band

examples/SPARTN_Test/SPARTN_TEST.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
SparkFun SPARTN test example sketch
33
4+
This example demonstrates how to parse a u-blox SPARTN data stream
5+
46
License: MIT. Please see LICENSE.md for more details
57
*/
68

examples/UBLOX_Test/UBLOX_Test.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
SparkFun u-blox test example sketch
33
4+
This example demonstrates how to parse a u-blox UBX data stream
5+
46
License: MIT. Please see LICENSE.md for more details
57
*/
68

examples/Unicore_Binary_Test/Unicore_Binary_Test.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
SparkFun Unicore binary test example sketch
33
4+
This example demonstrates how to parse a Unicore Binary data stream
5+
46
License: MIT. Please see LICENSE.md for more details
57
*/
68

examples/Unicore_Hash_Test/Unicore_Hash_Test.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
SparkFun Unicore Hash (#) test example sketch
33
4+
This example demonstrates how to parse a Unicore Hash format data stream
5+
46
License: MIT. Please see LICENSE.md for more details
57
*/
68

examples/User_Parser/User_Parser.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/*
22
SparkFun user parser example sketch
33
4+
This example demonstrates how to write your own parser -
5+
with its own state machine and support methods
6+
47
License: MIT. Please see LICENSE.md for more details
58
*/
69

0 commit comments

Comments
 (0)