FlexBook / Mbed 2 deprecated FlexBook171204a

Dependencies:   SDFileSystem app epson mbed msp430 pl tests

Embed: (wiki syntax)

« Back to documentation index

AT42QT2120::Status Struct Reference

AT42QT2120::Status Struct Reference

Touch sensor status. More...

#include <at42qt2120.h>

Data Fields

bool keyschanged
 True if the keys have changed.
uint16_t keys
 The key change bit mask.
bool sliderchanged
 True if the slider has changed.
bool slider
 The slider position.

Detailed Description

Touch sensor status.

Definition at line 183 of file at42qt2120.h.


Field Documentation

uint16_t keys

The key change bit mask.

Use KEYn to extract the individual key status.

Definition at line 194 of file at42qt2120.h.

True if the keys have changed.

Definition at line 188 of file at42qt2120.h.

bool slider

The slider position.

Definition at line 204 of file at42qt2120.h.

True if the slider has changed.

Definition at line 199 of file at42qt2120.h.