Skip to content

Commit 1e42e3a

Browse files
committed
docs(lib): update supported sentences
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
1 parent 7a47a43 commit 1e42e3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

+6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
//! # Supported sentences:
1010
//!
1111
//! NMEA Standard Sentences
12+
//!
1213
//! - AAM
1314
//! - ALM
1415
//! - BOD
1516
//! - BWC
17+
//! - BWW
18+
//! - DBK
1619
//! - GBS
1720
//! - GGA *
1821
//! - GLL *
@@ -21,11 +24,14 @@
2124
//! - GSV *
2225
//! - HDT
2326
//! - MDA
27+
//! - MTW
2428
//! - MWV
2529
//! - RMC *
2630
//! - VHW
2731
//! - VTG *
2832
//! - ZDA
33+
//! - ZFO
34+
//! - ZTG
2935
//!
3036
//! Other Sentences
3137
//! - TXT *

0 commit comments

Comments
 (0)