ClickCounter Library for ESP32 (Arduino) v1.0.0
A library that provides mechanical and electromechanical tally counter behavior simulation for electronic control projects
|
This is the complete list of members for ClickCounter, including all inherited members.
begin(const int32_t &startVal=0) | ClickCounter | |
blink() | ClickCounter | |
blink(const unsigned long &onRate, const unsigned long &offRate=0) | ClickCounter | |
clear() | ClickCounter | |
ClickCounter() | ClickCounter | |
ClickCounter(SevenSegDisplays *cntrDsplyPtr, bool rgthAlgn=true, bool zeroPad=false) | ClickCounter | |
ClickCounter(int32_t countMin, int32_t countMax) | ClickCounter | |
countDown(const int32_t &qty=1) | ClickCounter | |
countIsZero() | ClickCounter | |
countReset() | ClickCounter | |
countRestart(const int32_t &restartValue=0) | ClickCounter | |
countToZero(const int32_t &qty=1) | ClickCounter | |
countUp(const int32_t &qty=1) | ClickCounter | |
end() | ClickCounter | |
getCount() | ClickCounter | |
getMaxBlinkRate() | ClickCounter | |
getMaxCountVal() | ClickCounter | |
getMinBlinkRate() | ClickCounter | |
getMinCountVal() | ClickCounter | |
getStartVal() | ClickCounter | |
noBlink() | ClickCounter | |
setBlinkRate(const unsigned long &newOnRate, const unsigned long &newOffRate=0) | ClickCounter | |
updDisplay() | ClickCounter | |
~ClickCounter() | ClickCounter |