|
ESP_IOT v2.5
IOT ESP Coding
|

Go to the source code of this file.
Macros | |
| #define | _RMCterm "RMC" |
| #define | _GGAterm "GGA" |
| #define | COMBINE(sentence_type, term_number) (((unsigned)(sentence_type) << 5) | term_number) |
Functions | |
| unsigned long | millis () |
| #define _GGAterm "GGA" |
Definition at line 31 of file TinyGPS.cpp.
| #define _RMCterm "RMC" |
Definition at line 30 of file TinyGPS.cpp.
| #define COMBINE | ( | sentence_type, | |
| term_number | |||
| ) | (((unsigned)(sentence_type) << 5) | term_number) |
Definition at line 166 of file TinyGPS.cpp.
| unsigned long millis | ( | ) |