Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
Public Member Functions | List of all members
RhythmHT16K33 Class Reference

show a specific rhythm on a HT16K33 output. More...

#include <Noiasca_HT16K33.h>

Inheritance diagram for RhythmHT16K33:
Rhythm< HT16K33 >

Public Member Functions

 RhythmHT16K33 (HT16K33expander &ic, uint16_t pixel)
 
- Public Member Functions inherited from Rhythm< HT16K33 >
 Rhythm (HT16K33 &obj)
 blink a specific rhythm More...
 
void setInterval (uint16_t _interval0, uint16_t _interval1)
 set on/off times More...
 
void setInterval (uint16_t _interval0, uint16_t _interval1, uint16_t _interval2, uint16_t _interval3)
 set on/off times More...
 
void setInterval (uint16_t _interval0, uint16_t _interval1, uint16_t _interval2, uint16_t _interval3, uint16_t _interval4, uint16_t _interval5)
 set on/off times More...
 
void setInterval (uint16_t _interval0, uint16_t _interval1, uint16_t _interval2, uint16_t _interval3, uint16_t _interval4, uint16_t _interval5, uint16_t _interval6, uint16_t _interval7)
 set on/off times More...
 
void off () override
 switch output off More...
 
void toggle ()
 switch between on or off state
 
void update (uint32_t currentMillis=millis())
 check if update is necessary More...
 

Detailed Description

show a specific rhythm on a HT16K33 output.

wrapper to rhythm blink a HT16K33 output. Inherits "style" class and composites HT16K33.

Constructor & Destructor Documentation

◆ RhythmHT16K33()

RhythmHT16K33::RhythmHT16K33 ( HT16K33expander ic,
uint16_t  pixel 
)
inline
Parameters
ica reference to your ic object
pixelthe pixel on the ic to be used