SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
led_blinker.h File Reference
#include <ReactESP.h>
#include "sensesp/net/ws_client.h"
#include "startable.h"
Include dependency graph for led_blinker.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ PATTERN_END

#define PATTERN_END   (-1)

Definition at line 11 of file led_blinker.h.