|
Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Access Hardware timer. More...
Classes | |
| class | Hardware_Timer |
| Hardware timer class. More... | |
Macros | |
| #define | MAX_HW_TIMER_INTERVAL_US 0x7fffff |
| Maximum timer interval in microseconds. More... | |
| #define | MIN_HW_TIMER_INTERVAL_US 0x32 |
| Minimum hardware interval in microseconds. More... | |
Typedefs | |
| typedef Delegate< void()> | TimerDelegate |
| Delegate callback type for timer trigger. More... | |
Access Hardware timer.
| #define MAX_HW_TIMER_INTERVAL_US 0x7fffff |
Maximum timer interval in microseconds.
| #define MIN_HW_TIMER_INTERVAL_US 0x32 |
Minimum hardware interval in microseconds.
| typedef Delegate<void()> TimerDelegate |
Delegate callback type for timer trigger.