Merge pull request #140 from Cyber-by-the-Sea/add-warning
Add warning about library usage
This commit is contained in:
commit
9ee7baf6c3
|
|
@ -1,5 +1,10 @@
|
||||||
# Adafruit_GPS [](https://travis-ci.com/adafruit/Adafruit_GPS)
|
# Adafruit_GPS [](https://travis-ci.com/adafruit/Adafruit_GPS)
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
|
>
|
||||||
|
> This library assumes that only valid, supported NMEA sentences are parsed.
|
||||||
|
> Parsing invalid or unsupported NMEA sentences may result in memory corruption and/or unhandled faults & exceptions!
|
||||||
|
|
||||||
This is the Adafruit GPS library - the ultimate GPS library
|
This is the Adafruit GPS library - the ultimate GPS library
|
||||||
for the ultimate GPS module!
|
for the ultimate GPS module!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue