ReactESP 3.3.1
Asynchronous programming for the ESP microcontrollers
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nreactesp
 CEventLoopAsynchronous event loop supporting timed (repeating and non-repeating), interrupt and stream events
 CEventInterfaceEventInterface defines the interface for all events
 CEventEvents are code to be called when a given condition is fulfilled
 CTimedEventTimedEvents are called based on elapsing of time
 CTriggerTimeCompareStrict total ordering for TimedEvent pointers
 CDelayEventEvent that is triggered after a certain time delay
 CRepeatEventEvent that is triggered repeatedly
 CUntimedEventEvents that are triggered based on something else than time
 CStreamEventEvent that is triggered when there is input available at the given Arduino Stream
 CTickEventEvent that is triggered unconditionally at each execution loop
 CISREventEvent that is triggered on an input pin change