ReactESP 1.0.0
Asynchronous programming for the ESP microcontrollers
|
CReactESP | Main class of a ReactESP program |
▼CReaction | Reactions are code to be called when a given condition is fulfilled |
CISRReaction | Reaction that is triggered on an input pin change |
▼CTimedReaction | TimedReactions are called based on elapsing of time |
CDelayReaction | Reaction that is triggered after a certain time delay |
CRepeatReaction | Reaction that is triggered repeatedly |
▼CUntimedReaction | Reactions that are triggered based on something else than time |
CStreamReaction | Reaction that is triggered when there is input available at the given Arduino Stream |
CTickReaction | Reaction that is triggered unconditionally at each execution loop |
CTriggerTimeCompare |