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

heart beat a HT16K33. More...

#include <Noiasca_HT16K33.h>

Inheritance diagram for HeartbeatHT16K33:
Heartbeat< HT16K33 >

Public Member Functions

 HeartbeatHT16K33 (HT16K33expander &ic, uint16_t pixel)
 
- Public Member Functions inherited from Heartbeat< HT16K33 >
 Heartbeat (HT16K33 &obj)
 heart beat LED More...
 
uint16_t getCurrentBrightness ()
 get the current brightness More...
 
void setCurrentBrightness (uint8_t brightness)
 set the current brightness More...
 
void setMaxBrightness (uint8_t maxBrightness)
 set the maximum brightness More...
 
void setMinBrightness (uint8_t minBrightness)
 set the minium brightness More...
 
void on () override
 switch on
 
void off () override
 switch off
 
void toggle ()
 switch between on or off state
 
void update (uint32_t currentMillis=millis())
 check if update is necessary More...
 

Detailed Description

heart beat a HT16K33.

wrapper to heartbeat an output on a HT16K33. Inherits class heartbeat and composites HT16K33

Constructor & Destructor Documentation

◆ HeartbeatHT16K33()

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