AbleButtons V0.4.0
Lightweight button library for Arduino.
 
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  AbleButtons
  examples
  Buttonable
 Buttonable.inoExample on/off control from an Able button
  Buttonable2
 Buttonable2.inoExample on/off control from a button
  ButtonableAll
 ButtonableAll.inoExample on/off control from multiple buttons
  ButtonableCallback
 ButtonableCallback.inoExample on/off button via callback functions
  Debouncable
 Debouncable.inoExample toggle control from an Able button
  DebouncableAny
 DebouncableAny.inoExample toggle control from multiple buttons
  DebouncableCallback
 DebouncableCallback.inoExample of toggling an LED using callback functions instead of a clicker
  Doublable
 Doublable.inoExample toggle control from an Able button
  DoublableCallback
 DoublableCallback.inoExample of toggling an LED using callback functions instead of a clicker
  Holdable
 Holdable.inoExample button hold control from an Able button
  HoldableCallback
 HoldableCallback.inoExample delay timer control using callbacks
  TestAbleButton
 Callback.cppDefinition of the callback functiosn
 Callback.hDeclarations for Callback module
 Checks.cppDefinition of check state of a button functions
 Checks.hDeclarations for the Checks module
 Config.hDeclarations to select which buttons we use
 TestAbleButton.inoTest the Arduino Button Library Extension (ABLE)
 Utils.cppTestAbleButton utilities for producing assert failures
 Utils.hUtility function declarations
  src
 AbleButtons.hThe main include file for the Arduino Button library Extension (ABLE)
 Button.hDefinition of the core Able Button template class
 ButtonList.hDefinitions of the ButtonList templae class
 CallbackButton.hDefinitions for handling callback functions
 Circuits.hDefinition of Pulldown and pull-up ressitor circuits
 Pins.cppImplementation of the Pin class and subclasses
 Pins.hDefinition of the Pin class and subclasses (DebouncedPin, ClickerPin), providing debounce logic when reading from an Arduino pin