SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
Go to the source code of this file.
Classes | |
class | sensesp::BaseBlinker |
A base class for LED blinker classes. More... | |
class | sensesp::PeriodicBlinker |
A base class for periodic blinkers. More... | |
class | sensesp::EvenBlinker |
An LED blinker class that blinks the LED 50% off, 50% on, at a given period. More... | |
class | sensesp::RatioBlinker |
A periodic blinker that defines both the on-ratio and the period length. More... | |
class | sensesp::PatternBlinker |
A blinker that blinks the LED according to a defined repeating pattern. More... | |
Namespaces | |
namespace | sensesp |
Macros | |
#define | PATTERN_END (-1) |
#define PATTERN_END (-1) |
Definition at line 10 of file led_blinker.h.