浏览代码

README.md: update supported sentences list

Kosma Moczek 11 年之前
父节点
当前提交
5d49c07957
共有 1 个文件被更改,包括 3 次插入3 次删除
  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.