Compare commits
No commits in common. "ce0827265c5b03522842a267c4d458d29213b6cc" and "0aa782d2d1c831345ba8c8ae602eaa61ab7ccaa2" have entirely different histories.
ce0827265c
...
0aa782d2d1
|
@ -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