library.properties 524 B

123456789
  1. name=TinyGPS++
  2. version=1.0.2
  3. author=Mikal Hart
  4. maintainer=Mikal Hart<mikal@arduniana.org>
  5. sentence=TinyGPS++ provides object-oriented parsing of GPS (NMEA) sentences
  6. paragraph=NMEA is the standard format GPS devices use to report location, time, altitude, etc. TinyGPS++ is a compact, resilient library that parses the most common NMEA 'sentences' used: GGA and RMC. It can also be customized to extract data from *any* compliant sentence.
  7. category=Communication
  8. url=https://github.com/mikalhart/TinyGPSPlus
  9. architectures=*