|
|
virtual void | off () |
| | switch off
|
| |
|
virtual void | on () |
| | switch on
|
| |
|
virtual void | toggle () |
| | switch between on or off state
|
| |
|
void | setOnColor (uint32_t _onColor) |
| | set the color for a LED in on state
|
| |
|
void | setOffColor (uint32_t _offColor) |
| | set the color for a LED in off state
|
| |