#include <Selectors/LEDs/SelectorLEDs.hpp>
Definition at line 10 of file SelectorLEDs.hpp.
Public Member Functions | |
SelectorLEDsCallback (const PinList< N > &ledPins) | |
void | begin () |
Initialize. More... | |
void | update () |
Refresh, called periodically. More... | |
void | update (setting_t oldSetting, setting_t newSetting) |
Called when the setting changes. More... | |
Private Attributes | |
PinList< N > | ledPins |
|
inline |
Definition at line 12 of file SelectorLEDs.hpp.
|
inline |
Initialize.
Definition at line 15 of file SelectorLEDs.hpp.
|
inline |
Refresh, called periodically.
Definition at line 23 of file SelectorLEDs.hpp.
Called when the setting changes.
Definition at line 26 of file SelectorLEDs.hpp.
|
private |
Definition at line 32 of file SelectorLEDs.hpp.