virtual bool digitalRead()=0
Returns the state of the input.
uint16_t transitions
Number of transitions returned by last call to readTransitionsState()
virtual uint16_t readDurationInFalseState_mS()=0
return the number of mS that the input has been in false state
SerialWombatAbstractButton()
virtual uint16_t readDurationInTrueState_mS()=0
return the number of mS that the input has been in true state
virtual bool readTransitionsState(bool resetTransitionCounts=true)=0
Queries the number of transistions that have occured on the debounced input.