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) {
104 debounce_timestamp_ = millis();
105 on_ = Read();
106 }
bool Read()
Definition buttons.h:136
DigitalButton button_
Definition buttons.h:140
unsigned long debounce_timestamp_
Definition buttons.h:143

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

+ Here is the call graph for this function: