FastLED 3.9.15
|
#include <buttons.h>
Public Member Functions | |
CountingButton (int but_pin) | |
int | curr_val () const |
void | Update (uint32_t time_now) |
Private Member Functions | |
bool | Read () |
Private Attributes | |
DigitalButton | button_ |
int | curr_val_ |
unsigned long | debounce_timestamp_ |
UIButton | mButton = UIButton("Counting UIButton") |
bool | on_ |