Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
Public Member Functions | List of all members
LedBase< T > Class Template Reference
Inheritance diagram for LedBase< T >:
Blink< T > Flicker< T > Fluorescent< T > Heartbeat< T > Pulse< T > Rhythm< T > Smooth< T >

Public Member Functions

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