Skip to content

Commit 6d2c898

Browse files
committed
Update readme
1 parent 953c33d commit 6d2c898

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

README.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,7 @@
1-
SparkFun <PRODUCT NAME>
1+
SparkFun Extensible Message Parser
22
========================================
33

4-
[![SparkFun Part Name](URL for picture of part)](URL for product on Sparkfun.com)
5-
6-
[*SparkFun Part Name (SKU)*](URL for product on Sparkfun.com)
7-
8-
<Basic description of the part.>
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 <PRODUCT NAME>
18-
* **/Production** - Production panel files (.brd)
19-
* **/Software** - Related software for the <PRODUCT NAME>
20-
21-
Documentation
22-
--------------
23-
* **[Library](GitHub library URL)** - <LANGUAGE> library for the <PRODUCT NAME>.
24-
* **[Hookup Guide](Learn.SparkFun URL)** - Basic hookup guide for the <PRODUCT NAME>.
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.
395

406
License Information
417
-------------------
@@ -49,5 +15,3 @@ If you have any questions or concerns on licensing, please contact technical sup
4915
Distributed as-is; no warranty is given.
5016

5117
- Your friends at SparkFun.
52-
53-
_<COLLABORATION CREDIT>_

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=SparkFun Extensible Message Parser
2-
version=0.0.1
2+
version=1.0.0
33
author=SparkFun Electronics
44
maintainer=SparkFun Electronics <sparkfun.com>
55
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.
77
category=Sensors
88
url=https://github.com/sparkfun/SparkFun_Extensible_Message_Parser
99
architectures=*

0 commit comments

Comments
 (0)