diff --git a/src/espmega_iot_timer.hpp b/src/espmega_iot_timer.hpp index 5d7d54d..eb5778d 100644 --- a/src/espmega_iot_timer.hpp +++ b/src/espmega_iot_timer.hpp @@ -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.