#include <core/SingleStatusLED.h>
template<uint8_t DATA_PIN>
class SingleStatusLED< DATA_PIN >
LED status indicator.
Animate a single LED status indicator
◆ SingleStatusLED() [1/2]
template<uint8_t DATA_PIN>
◆ SingleStatusLED() [2/2]
template<uint8_t DATA_PIN>
◆ animate()
template<uint8_t DATA_PIN>
Subclasses must implement this function to run through a single frame of animation/activity.
Subclasses should not call delay() or otherwise block.
Implements AnimatedEvent.
◆ pickColor()
template<uint8_t DATA_PIN>
◆ setDelay()
template<uint8_t DATA_PIN>
◆ setMode()
template<uint8_t DATA_PIN>
◆ setup()
template<uint8_t DATA_PIN>
Subclasses must implement this function to perform any necessary setup that cannot happen in the constructor.
Implements SetupEvent.
◆ fColors
template<uint8_t DATA_PIN>
◆ fMode
template<uint8_t DATA_PIN>
◆ fNumModes
template<uint8_t DATA_PIN>
◆ fPrevFlipFlopMillis
template<uint8_t DATA_PIN>
◆ fPrevStatusColor
template<uint8_t DATA_PIN>
◆ fStatus
template<uint8_t DATA_PIN>
◆ fStatusColor
template<uint8_t DATA_PIN>
◆ fStatusFlipFlopTime
template<uint8_t DATA_PIN>
The documentation for this class was generated from the following file: