Explorar el Código

README.md: update supported sentences list

Kosma Moczek hace 11 años
padre
commit
5d49c07957
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -16,9 +16,9 @@ systems.
 
 ## 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.