-
Notifications
You must be signed in to change notification settings - Fork 43
/
library.properties
9 lines (9 loc) · 954 Bytes
/
library.properties
1
2
3
4
5
6
7
8
9
name=MicroNMEA
version=2.0.6
author=Steve Marple <[email protected]>
maintainer=Steve Marple <[email protected]>
sentence=Compact Arduino library to parse NMEA sentences.
paragraph=MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.
category=Timing
url=https://github.com/stevemarple/MicroNMEA
architectures=*