Update espmega_iot_timer.hpp
This commit is contained in:
parent
b102b25f17
commit
2c2427ee3c
|
@ -13,8 +13,6 @@ 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…
Reference in New Issue