Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
Hardware timer

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

Detailed Description

Access Hardware timer.

Macro Definition Documentation

#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 Documentation

typedef Delegate<void()> TimerDelegate

Delegate callback type for timer trigger.