Collection of single-bit flags used by the mTouch Framework. More...
#include <mTouch.h>
Data Fields | |
| unsigned | dataReady:1 |
| Flag to determine if new data is ready for processing. | |
| unsigned | areInitialized:1 |
| Temporary flag used in local functions for a variety of uses. | |
| unsigned | buttonStateChange:1 |
| Flag used to track when there has been a change in the button state. | |
Collection of single-bit flags used by the mTouch Framework.
Definition at line 232 of file mTouch.h.
| unsigned areInitialized |
| unsigned buttonStateChange |
| unsigned dataReady |