25 pinMode(LED_BUILTIN, OUTPUT);
39 digitalWrite(LED_BUILTIN,
led);
void setup()
Setup the Debouncable example.
#define BUTTON_PIN
Connect button between this pin and ground.
bool led
On/off state of the LED.
Button btn(BUTTON_PIN)
The button to check.
void loop()
Control the Debouncable example.