Bounce2
|
This is the complete list of members for Bounce2::Button, including all inherited members.
attach(int pin, int mode) | Bounce | |
attach(int pin) | Bounce | |
begin() (defined in Debouncer) | Debouncer | protected |
Bounce() | Bounce | |
Bounce(uint8_t pin, unsigned long interval_millis) (defined in Bounce) | Bounce | inline |
Button() | Bounce2::Button | inline |
changed() const | Debouncer | inline |
currentDuration() const | Debouncer | |
Debouncer() | Debouncer | |
duration() | Debouncer | inline |
durationOfPreviousState (defined in Debouncer) | Debouncer | protected |
fallingEdge() const | Bounce | inline |
fell() const | Debouncer | |
getPin() const | Bounce | inline |
getPressedState() const | Bounce2::Button | inline |
interval(uint16_t interval_millis) | Debouncer | |
interval_millis (defined in Debouncer) | Debouncer | protected |
isPressed() const | Bounce2::Button | inline |
pin | Bounce | protected |
pressed() const | Bounce2::Button | inline |
previous_millis (defined in Debouncer) | Debouncer | protected |
previousDuration() const | Debouncer | |
read() const | Debouncer | |
readCurrentState() (defined in Bounce) | Bounce | inlineprotectedvirtual |
released() const | Bounce2::Button | inline |
risingEdge() const | Bounce | inline |
rose() const | Debouncer | |
setPinMode(int pin, int mode) (defined in Bounce) | Bounce | inlineprotectedvirtual |
setPressedState(bool state) | Bounce2::Button | inline |
state (defined in Debouncer) | Debouncer | protected |
stateChangeLastTime (defined in Debouncer) | Debouncer | protected |
stateForPressed (defined in Bounce2::Button) | Bounce2::Button | protected |
update() | Debouncer |