|
FastLED 3.9.15
|
#include <buttons.h>
Collaboration diagram for CountingButton: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 |
| bool | on_ |