Contains all variables used in active mode which can/will be reinitialized after each mode switch. More...
#include <mTouch.h>
Public Member Functions | |
| MTOUCH_STATE_BASELINE_COUNT () | |
| 'baselineCount': Counter to track the number of decodes between updating the baseline | |
| MTOUCH_STATE_TIMER () | |
| 'timer': Multipurpose timer used for press timeouts, inactivity timers, and initialization | |
Data Fields | |
| unsigned | state:2 |
| Tracks the current state of each sensor. | |
| unsigned | baselineCorrection:1 |
| unsigned | timeout:1 |
Contains all variables used in active mode which can/will be reinitialized after each mode switch.
Definition at line 130 of file mTouch.h.
| MTOUCH_STATE_BASELINE_COUNT | ( | ) |
'baselineCount': Counter to track the number of decodes between updating the baseline
| MTOUCH_STATE_TIMER | ( | ) |
'timer': Multipurpose timer used for press timeouts, inactivity timers, and initialization
| unsigned baselineCorrection |