Compare commits
No commits in common. "98fc132e3f9732254cda4a68fb940377d89577ec" and "10a272c210b70b5592f103bf59b146944626e0d4" have entirely different histories.
98fc132e3f
...
10a272c210
|
@ -13,6 +13,8 @@ class ESPMega_Timer {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void loop();
|
void loop();
|
||||||
|
ESPMega_Timer(uint8_t hour,uint8_t minute,void(*timer_callback)(), uint32_t fram_address);
|
||||||
|
void set(uint8_t hour,uint8_t minute);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Constructor for ESPMega_Timer class.
|
* @brief Constructor for ESPMega_Timer class.
|
||||||
|
|
Loading…
Reference in New Issue