Update README.md

This commit is contained in:
Morten Nielsen 2014-02-10 22:50:43 -08:00
parent 86d62ba38c
commit 6f50893bf7

View file

@ -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:
```