|
Structure |
qt_touch_lib_measure_data_t |
|
Input / Output |
Output from the library |
|
Use |
Data structure which holds the sensor and channel states and values. |
|
Fields |
Type |
Comment |
|---|---|---|
|
channel_signals |
uint16_t |
The measured signal on each channel. |
|
channel_references |
uint16_t |
The reference signal for each channel. |
|
qt_touch_status |
qt_touch_status_t |
The state and position of the configured sensors |
The QTouch library exports a variable of this type which can be accessed to retrieve the touch status of all the sensors.
extern qt_touch_lib_measure_data_t qt_measure_data;