AbleButtons V0.4.0
Lightweight button library for Arduino.
 
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cable::ButtonList< Button >Template for a list of buttons of the same type
 Cable::CircuitResistor circuit base class
 Cable::PulldownResistorCircuitDeclaration of a pulldown resistor circuit connected to the pin
 Cable::PullupResistorCircuitDeclaration of a pull-up resistor circuit connected to the pin
 Cable::PinPin base class reading direct from the pin (without debouncing)
 Cable::Button< Circuit, Pin >Core Button class
 Cable::CallbackButton< Button >Callback button template to call a function if the button is pressed
 Cable::CallbackClickerButton< Button >Callback clicker button template to call a function if the button is pressed
 Cable::DebouncedPinDebouned Pin class
 Cable::ClickerPinDebounced pin class that remembers the previous debounced state
 Cable::DoubleClickerPinPin class that counts state changes within a time-period