eeprom not yet working correctly

This commit is contained in:
Wolfgang Hottgenroth
2017-06-11 22:02:07 +02:00
parent c0e370c802
commit cbb8f8d188
9 changed files with 109 additions and 23 deletions

View File

@ -14,11 +14,11 @@
typedef struct {
uint8_t toggle;
uint8_t setModeTemperature;
uint8_t setModeTime;
uint32_t toggle;
uint32_t setModeTemperature;
uint32_t setModeTime;
tTimerState timerState;
uint8_t toggleModeState;
uint32_t toggleModeState;
uint32_t targetTemperature;
uint32_t currentTemperature;
uint32_t targetTime;