You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](URL for product on Sparkfun.com)
5
-
6
-
[*SparkFun Part Name (SKU)*](URL for product on Sparkfun.com)
7
-
8
-
<Basicdescriptionofthepart.>
9
-
10
-
Repository Contents
11
-
-------------------
12
-
13
-
***/Documentation** - Data sheets, additional product information
14
-
***/Enclosure** - Enclosure files
15
-
***/Firmware** - Example code
16
-
***/Hardware** - Eagle design files (.brd, .sch)
17
-
***/Libraries** - Libraries for use with the <PRODUCTNAME>
18
-
***/Production** - Production panel files (.brd)
19
-
***/Software** - Related software for the <PRODUCTNAME>
20
-
21
-
Documentation
22
-
--------------
23
-
***[Library](GitHub library URL)** - <LANGUAGE> library for the <PRODUCTNAME>.
24
-
***[Hookup Guide](Learn.SparkFun URL)** - Basic hookup guide for the <PRODUCTNAME>.
25
-
***[SparkFun Fritzing repo](https://github.com/sparkfun/Fritzing_Parts)** - Fritzing diagrams for SparkFun products.
26
-
***[SparkFun 3D Model repo](https://github.com/sparkfun/3D_Models)** - 3D models of SparkFun products.
27
-
***[SparkFun Graphical Datasheets](https://github.com/sparkfun/Graphical_Datasheets)** -Graphical Datasheets for various SparkFun products.
28
-
29
-
Product Versions
30
-
----------------
31
-
*[Part SKU](part URL)- Basic part and short description here
32
-
*[Retail part SKU](retail URL)- Retail packaging of standard description here
33
-
*[Any other parts this repo covers](any other URLs) - Description of said parts
34
-
35
-
Version History
36
-
---------------
37
-
*[vExxFxxZxxHxxLxxSxx](URL for tag specific to this version) - Description
38
-
*[vEyyFyyZyyHyyLyySyy](URL for tag specific to this version) - Description
4
+
The SparkFun Extensible Message Parser provides a base set of routines to construct serial stream parsers. On top of this are several GNSS protocol parsers for NMEA, RTCM, u-blox and Unicore. Some of SparkFun's RTK products use these parsers. Users may add protocol parse routines to enable the base routines to parse other protocols. Examples are provided for various parse configurations.
39
5
40
6
License Information
41
7
-------------------
@@ -49,5 +15,3 @@ If you have any questions or concerns on licensing, please contact technical sup
sentence=Library to parse structured serial streams
6
-
paragraph=The SparkFun Extensible Message Parser provides a base set of routines to construct parsers. On top of this are several GNSS protocol parsers for NMEA, RTCM, U-BLOX and Unicore. Some of SparkFun's RTK products use these parsers. Users may add protocol parse routines to enable the base routines to parse other protocols. Examples are provided for various parse configurations.
6
+
paragraph=The SparkFun Extensible Message Parser provides a base set of routines to construct serial stream parsers. On top of this are several GNSS protocol parsers for NMEA, RTCM, u-blox and Unicore. Some of SparkFun's RTK products use these parsers. Users may add protocol parse routines to enable the base routines to parse other protocols. Examples are provided for various parse configurations.
0 commit comments