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

pulse a HT16K33 output (monoflop) More...

#include <Noiasca_HT16K33.h>

Inheritance diagram for PulseHT16K33:
Pulse< HT16K33 >

Public Member Functions

 PulseHT16K33 (HT16K33expander &ic, uint16_t pixel)
 
- Public Member Functions inherited from Pulse< HT16K33 >
 Pulse (HT16K33 &obj)
 pulse an output for a period of time and than switches of More...
 
void setOnInterval (uint32_t _onInterval)
 set interval 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

pulse a HT16K33 output (monoflop)

wrapper to pulse a HT16K33 output. Inherits class pulse and composites HT16K33

Constructor & Destructor Documentation

◆ PulseHT16K33()

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