Public Member Functions | Data Fields

mTouch_SensorVariables Struct Reference

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

Detailed Description

Contains all variables used in active mode which can/will be reinitialized after each mode switch.

Definition at line 130 of file mTouch.h.


Member Function Documentation

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


Field Documentation

Definition at line 133 of file mTouch.h.

unsigned state

Tracks the current state of each sensor.

Definition at line 132 of file mTouch.h.

unsigned timeout

Definition at line 136 of file mTouch.h.


The documentation for this struct was generated from the following file: