|
ESP_IOT v2.5
IOT ESP Coding
|
#include "M5Atom_TinyGPSModuleClass.h"#include "../TinyGPS/MultipleSatellite.h"#include "../TinyGPS/TinyGPS.h"#include "../ATOM_LED_Module/M5Display.h"#include <TimeLib.h>#include "../SensorClass/SensorClassType.h"#include "../SensorClass/KeyUnitSensorClass.h"
Go to the source code of this file.
Functions | |
| void | M5AtomCallback_TinyGPS (char *parameter, boolean flag) |
Variables | |
| KeyUnitSensorClass * | _KeyUnitSensorClass_ATOMTinyGPSModule |
| 7.21.25 use the ATOM_SM processor for BLE feed More... | |
| MultipleSatellite | gps (Serial1, GPSBaud, SERIAL_8N1, TinyGPS_RXPin, TinyGPS_TXPin) |
| MultipleSatellite * | gps2 |
| void M5AtomCallback_TinyGPS | ( | char * | parameter, |
| boolean | flag | ||
| ) |
send status after power on/off change..
Definition at line 40 of file M5Atom_TinyGPSModuleClass.cpp.

| KeyUnitSensorClass* _KeyUnitSensorClass_ATOMTinyGPSModule |
7.21.25 use the ATOM_SM processor for BLE feed
7.20.25 60outside. 6 month since Trump add time from
Definition at line 36 of file M5Atom_TinyGPSModuleClass.cpp.
| MultipleSatellite gps(Serial1, GPSBaud, SERIAL_8N1, TinyGPS_RXPin, TinyGPS_TXPin) | ( | Serial1 | , |
| GPSBaud | , | ||
| SERIAL_8N1 | , | ||
| TinyGPS_RXPin | , | ||
| TinyGPS_TXPin | |||
| ) |
| MultipleSatellite* gps2 |
Definition at line 67 of file M5Atom_TinyGPSModuleClass.cpp.