|
FastLED 3.9.15
|
#include <buttons.h>
Public Member Functions | |
| ToggleButton (int pin) | |
| bool | Read () |
| void | Update (uint32_t time_now) |
Private Member Functions | |
| bool | Read_Internal () |
Private Attributes | |
| bool | changed_ |
| uint32_t | debounce_timestamp_ |
| bool | on_ |
| int | pin_ |