Cable::ButtonList< Button > | Template for a list of buttons of the same type |
▼Cable::Circuit | Resistor circuit base class |
Cable::PulldownResistorCircuit | Declaration of a pulldown resistor circuit connected to the pin |
Cable::PullupResistorCircuit | Declaration of a pull-up resistor circuit connected to the pin |
▼Cable::Pin | Pin 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::DebouncedPin | Debouned Pin class |
▼Cable::ClickerPin | Debounced pin class that remembers the previous debounced state |
Cable::DoubleClickerPin | Pin class that counts state changes within a time-period |