Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
blink a LED on a HT16K33 output. More...
#include <Noiasca_HT16K33.h>
Public Member Functions | |
BlinkHT16K33 (HT16K33expander &ic, byte pixel) | |
![]() | |
void | setOnInterval (uint16_t newInterval) |
set on interval More... | |
void | setOffInterval (uint16_t newInterval) |
set off interval More... | |
void | off () override |
switch output off More... | |
void | on () override |
switch on More... | |
void | on (bool force) |
switch on More... | |
void | toggle () override |
switch between on or off state More... | |
void | update (uint32_t currentMillis=millis()) |
check if update is necessary More... | |
blink a LED on a HT16K33 output.
wrapper to blink a LED on a HT16K33 output. Inherits "style" class and composites HT16K33
|
inline |
ic | a reference to your ic object |
pixel | the pixel on the ic to be used |