Browse Source

README.md: update supported sentences list

Kosma Moczek 11 years ago
parent
commit
5d49c07957
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -16,9 +16,9 @@ systems.
 
 
 ## Supported sentences
 ## Supported sentences
 
 
-* ``$GPRMC``
-* ``$GPGGA``
-* ``$GPGSA``
+* ``RMC`` (Recommended Minimum: position, velocity, time)
+* ``GGA`` (Fix Data)
+* ``GSA`` (DOP and active satellites)
 
 
 Adding support for more sentences is trivial; see ``minmea.c`` source.
 Adding support for more sentences is trivial; see ``minmea.c`` source.