Compare commits
No commits in common. "ce0827265c5b03522842a267c4d458d29213b6cc" and "0aa782d2d1c831345ba8c8ae602eaa61ab7ccaa2" have entirely different histories.
ce0827265c
...
0aa782d2d1
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ class ESPMega_Timer {
|
|||
*
|
||||
*/
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue