 |
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);
155 void begin(
long* variableToIncrement,
156 long slowIncrement,
unsigned long slow_mS_betweenIncrements,
157 uint16_t slowToMediumTransition_mS,
158 long mediumIncrement,
unsigned long medium_mS_betweenIncrements,
159 uint16_t mediumToFastTransition_mS,
160 long fastIncrement,
unsigned long fast_mS_betweenIncrements);
171 long* _variableToIncrement;
174 unsigned long _slow_mS_betweenIncrements;
176 uint16_t _slowToMediumTransition_mS;
178 long _mediumIncrement;
179 unsigned long _medium_mS_betweenIncrements;
181 uint16_t _mediumToFastTransistion_mS;
184 unsigned long _fast_mS_betweenIncrements;
186 unsigned long _lastPressDuration;
Definition: SerialWombat.h:72