Data Fields

mTouch_StateVariables Union Reference

Contains sensor and state variables. More...

#include <mTouch.h>

Collaboration diagram for mTouch_StateVariables:
Collaboration graph
[legend]

Data Fields

uint8_t sampleCounter
mTouch_SensorVariables sensor [MTOUCH_NUMBER_SENSORS]

Detailed Description

Contains sensor and state variables.

By defining this as a union, the variable space is able to be reused regardless of differences in the variables' sizes and quantity.

Definition at line 155 of file mTouch.h.


Field Documentation

uint8_t sampleCounter

Definition at line 160 of file mTouch.h.

mTouch_SensorVariables sensor[MTOUCH_NUMBER_SENSORS]

Definition at line 171 of file mTouch.h.


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