Compare commits

...

2 Commits

Author SHA1 Message Date
Siwat Sirichai ce0827265c Merge branch 'main' into ise 2023-11-15 23:57:10 +07:00
Siwat Sirichai 2c2427ee3c Update espmega_iot_timer.hpp 2023-11-15 23:57:02 +07:00
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ 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.