|
ESP_IOT v2.5
IOT ESP Coding
|
#include "M5Atom_NoModuleClass.h"#include "../ATOM_LED_Module/M5Display.h"#include "../SensorClass/SensorClassType.h"#include "../SensorClass/KeyUnitSensorClass.h"
Go to the source code of this file.
Macros | |
| #define | USE_OPTION_1 |
Functions | |
| void | M5AtomCallback_M5AtomNoModule (char *parameter, boolean flag) |
| a pointer to a callback function that takes (char*) and returns void More... | |
Variables | |
| TimerDelayClass * | _timerDelayClass_M5NoModuleClass |
| create instance of the timer class More... | |
| float | _delaySeconds_M5NoModuleClass_setting = 1.5 |
| default .. this could be set via Preferences (TODO) More... | |
| KeyUnitSensorClass * | _KeyUnitSensorClass_M5AtomNoModule |
| keyUnitSensorClass object for the BUTTON More... | |
| #define USE_OPTION_1 |
| void M5AtomCallback_M5AtomNoModule | ( | char * | parameter, |
| boolean | flag | ||
| ) |
a pointer to a callback function that takes (char*) and returns void
feed always (done after the code below..)
send status after power on/off change..
Definition at line 35 of file M5Atom_NoModuleClass.cpp.


| float _delaySeconds_M5NoModuleClass_setting = 1.5 |
default .. this could be set via Preferences (TODO)
Definition at line 29 of file M5Atom_NoModuleClass.cpp.
| KeyUnitSensorClass* _KeyUnitSensorClass_M5AtomNoModule |
keyUnitSensorClass object for the BUTTON
Definition at line 32 of file M5Atom_NoModuleClass.cpp.
| TimerDelayClass* _timerDelayClass_M5NoModuleClass |
create instance of the timer class
TODO.. have only 1 of these included in build, but change the callback That requires that ATOM be a class, OR there is a single Sensor but different callback..
Definition at line 26 of file M5Atom_NoModuleClass.cpp.