Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem app epson mbed msp430 pl tests
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.
bool keyschanged |
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.
bool sliderchanged |
True if the slider has changed.
Definition at line 199 of file at42qt2120.h.
Generated on Tue Jul 12 2022 21:14:35 by
