|
ESP_IOT v2.5
IOT ESP Coding
|
#include <inttypes.h>#include "Arduino.h"#include <limits.h>

Go to the source code of this file.
Classes | |
| struct | RawDegrees |
| struct | TinyGPSLocation |
| struct | TinyGPSDate |
| struct | TinyGPSTime |
| struct | TinyGPSDecimal |
| struct | TinyGPSInteger |
| struct | TinyGPSSpeed |
| struct | TinyGPSCourse |
| struct | TinyGPSAltitude |
| struct | TinyGPSHDOP |
| class | TinyGPSCustom |
| class | TinyGPSPlus |
Macros | |
| #define | _GPS_VERSION "1.1.0" |
| #define | _GPS_MPH_PER_KNOT 1.15077945 |
| #define | _GPS_MPS_PER_KNOT 0.51444444 |
| #define | _GPS_KMPH_PER_KNOT 1.852 |
| #define | _GPS_MILES_PER_METER 0.00062137112 |
| #define | _GPS_KM_PER_METER 0.001 |
| #define | _GPS_FEET_PER_METER 3.2808399 |
| #define | _GPS_MAX_FIELD_SIZE 15 |
| #define | _GPS_EARTH_MEAN_RADIUS 6371009 |