8#include <AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp>
93 State getState()
const;
99 unsigned long previousBounceTime()
const;
103 unsigned long stableTime(
unsigned long now)
const;
106 unsigned long stableTime()
const;
124 static unsigned long getDebounceTime();
131 : debounced(0b11), bouncing(true), prevInput(
HIGH), invert(false),
#define BEGIN_AH_NAMESPACE
AH::function_traits< decltype(::digitalWrite)>::argument_t< 0 > ArduinoPin_t
constexpr PinStatus_t HIGH
std::remove_reference< decltype(*F(""))>::type * FlashString_t
#define AH_DIAGNOSTIC_POP()
#define AH_DIAGNOSTIC_WERROR()
constexpr pin_t NO_PIN
A special pin number that indicates an unused or invalid pin.
constexpr unsigned long BUTTON_DEBOUNCE_TIME
The debounce time for momentary push buttons in milliseconds.
Type for storing pin numbers of Extended Input/Output elements.