fixed climate card fram bug
This commit is contained in:
parent
091dc183fe
commit
c635427d64
8 changed files with 112 additions and 44 deletions
|
@ -31,6 +31,8 @@ class ESPMegaPRO {
|
|||
void enableIotModule();
|
||||
void enableInternalDisplay(HardwareSerial *serial);
|
||||
rtctime_t getTime();
|
||||
void dumpFRAMtoSerial(uint16_t start, uint16_t end);
|
||||
void dumpFRAMtoSerialASCII(uint16_t start, uint16_t end);
|
||||
void setTime(int hours, int minutes, int seconds, int day, int month, int year);
|
||||
ExpansionCard* getCard(uint8_t slot);
|
||||
FRAM fram;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue