|
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 | mButton |
| int | mCurrVal |
| unsigned long | mDebounceTimestamp |
| bool | mOn |
| fl::UIButton | mUIButton |