mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 23:50:18 +01:00
Update README.md
This commit is contained in:
parent
86d62ba38c
commit
6f50893bf7
|
|
@ -10,7 +10,7 @@ Currently supported devices:
|
|||
- Trimble Laser Range Finder
|
||||
- TruePulse Laser Range Finder
|
||||
|
||||
The API is easily extensible with more NMEA message. Simply create a new class inheriting from "NmeaMessage" and use the NmeaMessageAttribute to tag it with the NMEA Message Token.
|
||||
The API is easily extensible with more NMEA message. Simply create a new class inheriting from "NmeaMessage" and use the NmeaMessageType Attribute to tag it with the NMEA Message Token it supports.
|
||||
|
||||
Example:
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue