ReactESP 2.0.0
Asynchronous programming for the ESP microcontrollers
|
Creactesp::ReactESP | Main class of a ReactESP program |
▼Creactesp::Reaction | Reactions are code to be called when a given condition is fulfilled |
Creactesp::ISRReaction | Reaction that is triggered on an input pin change |
▼Creactesp::TimedReaction | TimedReactions are called based on elapsing of time |
Creactesp::DelayReaction | Reaction that is triggered after a certain time delay |
Creactesp::RepeatReaction | Reaction that is triggered repeatedly |
▼Creactesp::UntimedReaction | Reactions that are triggered based on something else than time |
Creactesp::StreamReaction | Reaction that is triggered when there is input available at the given Arduino Stream |
Creactesp::TickReaction | Reaction that is triggered unconditionally at each execution loop |
Creactesp::TriggerTimeCompare |