Update espmega_iot_timer.hpp

This commit is contained in:
Siwat Sirichai 2023-11-15 23:57:02 +07:00
parent b102b25f17
commit 2c2427ee3c
1 changed files with 0 additions and 2 deletions

View File

@ -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.