|
ReactESP 3.3.1
Asynchronous programming for the ESP microcontrollers
|
| Nreactesp | |
| CEventLoop | Asynchronous event loop supporting timed (repeating and non-repeating), interrupt and stream events |
| CEventInterface | EventInterface defines the interface for all events |
| CEvent | Events are code to be called when a given condition is fulfilled |
| CTimedEvent | TimedEvents are called based on elapsing of time |
| CTriggerTimeCompare | Strict total ordering for TimedEvent pointers |
| CDelayEvent | Event that is triggered after a certain time delay |
| CRepeatEvent | Event that is triggered repeatedly |
| CUntimedEvent | Events that are triggered based on something else than time |
| CStreamEvent | Event that is triggered when there is input available at the given Arduino Stream |
| CTickEvent | Event that is triggered unconditionally at each execution loop |
| CISREvent | Event that is triggered on an input pin change |