|
ESP_IOT v2.5
IOT ESP Coding
|
An concrete class. More...
#include <M5Atom_TinyGPSModuleClass.h>


Public Member Functions | |
| M5Atom_TinyGPSModuleClass (char *config) | |
| constructor More... | |
| ~M5Atom_TinyGPSModuleClass () | |
| destructor More... | |
| void | start_M5AtomClassType () |
| starts the PTStepper More... | |
| void | setup_M5AtomClassType () |
| setup the PTStepper More... | |
| void | stop_M5AtomClassType () |
| stops motor More... | |
| void | loop_M5AtomClassType () |
| setup the PTStepper More... | |
| void | messageSetVal_M5AtomClassType (char *setName, char *valValue, boolean deviceNameSpecified) |
| ATOM specific. More... | |
| void | messageSend_M5AtomClassType (char *sendValue, boolean deviceNameSpecified) |
| void | buttonA_ShortPress_M5AtomClassType () |
| void | buttonA_LongPress_M5AtomClassType () |
| long press on buttonA (top button) More... | |
| char * | currentStatusURL_M5AtomClassType () |
| char * | currentStatusJSON_M5AtomClassType () |
Public Member Functions inherited from M5AtomClassType | |
| M5AtomClassType (char *config) | |
| ~M5AtomClassType () | |
| destructor More... | |
| char * | classIdentity () |
| virtual void | start_M5AtomClassType ()=0 |
| virtual void | setup_M5AtomClassType ()=0 |
| setup the PTStepper More... | |
| virtual void | stop_M5AtomClassType ()=0 |
| stop the motor More... | |
| virtual void | loop_M5AtomClassType ()=0 |
| loop the PTStepper (so timer can run) More... | |
| virtual void | messageSetVal_M5AtomClassType (char *setName, char *valValue, boolean deviceNameSpecified)=0 |
| these are from the ATOM More... | |
| virtual void | messageSend_M5AtomClassType (char *sendValue, boolean deviceNameSpecified)=0 |
| virtual void | buttonA_ShortPress_M5AtomClassType ()=0 |
| virtual void | buttonA_LongPress_M5AtomClassType ()=0 |
| long press on buttonA (top button) More... | |
| virtual char * | currentStatusURL_M5AtomClassType ()=0 |
| virtual char * | currentStatusJSON_M5AtomClassType ()=0 |
| boolean | isPTFeeder_M5AtomClassType () |
An concrete class.
Definition at line 16 of file M5Atom_TinyGPSModuleClass.h.
| M5Atom_TinyGPSModuleClass::M5Atom_TinyGPSModuleClass | ( | char * | config | ) |
constructor
Definition at line 69 of file M5Atom_TinyGPSModuleClass.cpp.
| M5Atom_TinyGPSModuleClass::~M5Atom_TinyGPSModuleClass | ( | ) |
destructor
|
virtual |
long press on buttonA (top button)
Implements M5AtomClassType.
Definition at line 305 of file M5Atom_TinyGPSModuleClass.cpp.
|
virtual |
12.28.23, 8.28.23 Adding a way for others to get informed on messages that arrive for the cmd BUTTON PROCESSING abstraction short press on buttonA (top button)
BUTTON PROCESSING abstraction short press on buttonA (top button)
Implements M5AtomClassType.
Definition at line 299 of file M5Atom_TinyGPSModuleClass.cpp.
|
virtual |
returns a string in in JSON so: status&battery=84'&buzzon='off' } .. etc starts with "&"*
Implements M5AtomClassType.
Definition at line 327 of file M5Atom_TinyGPSModuleClass.cpp.
|
virtual |
returns a string in in URL so: status&battery=84'&buzzon='off' } .. etc starts with "&"*
printout add timestamp
8.4.25 add k=GPS
Implements M5AtomClassType.
Definition at line 313 of file M5Atom_TinyGPSModuleClass.cpp.

|
virtual |
setup the PTStepper
NOTE: THink of a way to provide this information.. STATUS ...
Implements M5AtomClassType.
Definition at line 140 of file M5Atom_TinyGPSModuleClass.cpp.

|
virtual |
12.28.23, 8.28.23 Adding a way for others to get informed on messages that arrive for the send -
Implements M5AtomClassType.
Definition at line 292 of file M5Atom_TinyGPSModuleClass.cpp.
|
virtual |
ATOM specific.
these are from the ATOM 8.28.23 Adding a way for others to get informed on messages that arrive for the set,val 12.27.23 support setName == "HDriver" 1.10.24 if deviceNameSpecified then this matches this device, otherwise for all. It's up to the receiver to decide if it has to be specified
these are from the ATOM 8.28.23 Adding a way for others to get informed on messages that arrive for the set,val 12.27.23 support setName == "QRCode" 1.10.24 if deviceNameSpecified then this matches this device, otherwise for all. It's up to the receiver to decide if it has to be specified
Implements M5AtomClassType.
Definition at line 284 of file M5Atom_TinyGPSModuleClass.cpp.
|
virtual |
setup the PTStepper
NOTE: this could probably be done by ESP_IOT.ino .. but for now keep here (and in the other ATOM code..)
5.3.25 register our PIN use
specify the callback
call the setup
Implements M5AtomClassType.
Definition at line 85 of file M5Atom_TinyGPSModuleClass.cpp.

|
virtual |
starts the PTStepper
Data members of class Generic config info .. specific the the sensor type
Implements M5AtomClassType.
Definition at line 80 of file M5Atom_TinyGPSModuleClass.cpp.
|
virtual |
stops motor
Implements M5AtomClassType.
Definition at line 134 of file M5Atom_TinyGPSModuleClass.cpp.