 |
Serial Wombat Arduino Library
|
Go to the documentation of this file.
64 void begin(uint8_t pin);
72 void begin(uint8_t pin, uint16_t debounce_mS,
bool invert,
bool usePullUp);
151 void begin(
long* variableToIncrement,
152 long slowIncrement,
unsigned long slow_mS_betweenIncrements,
153 uint16_t slowToMediumTransition_mS,
154 long mediumIncrement,
unsigned long medium_mS_betweenIncrements,
155 uint16_t mediumToFastTransition_mS,
156 long fastIncrement,
unsigned long fast_mS_betweenIncrements);
167 long* _variableToIncrement;
170 unsigned long _slow_mS_betweenIncrements;
172 uint16_t _slowToMediumTransition_mS;
174 long _mediumIncrement;
175 unsigned long _medium_mS_betweenIncrements;
177 uint16_t _mediumToFastTransistion_mS;
180 unsigned long _fast_mS_betweenIncrements;
182 unsigned long _lastPressDuration;
Definition: SerialWombat.h:86