FastLED 3.9.15
Loading...
Searching...
No Matches

◆ CountingButton()

CountingButton::CountingButton ( int but_pin)
inlineexplicit

Definition at line 103 of file buttons.h.

103 : button_(but_pin), curr_val_(0), mButton("Counting UIButton") {
104 debounce_timestamp_ = millis();
105 on_ = Read();
106 }
bool Read()
Definition buttons.h:135
DigitalButton button_
Definition buttons.h:139
UIButton mButton
Definition buttons.h:143
unsigned long debounce_timestamp_
Definition buttons.h:142

References button_, curr_val_, debounce_timestamp_, mButton, on_, and Read().

+ Here is the call graph for this function: