capwheel2
2.0.0.0
|
CapWheel2 Click example. More...
Functions | |
void | capwheel2_error () |
void | capwheel2_get_channels_touch () |
void | capwheel2_get_channels_halt () |
void | capwheel2_get_channels_task () |
void | capwheel2_get_gesture_task () |
void | capwheel2_get_channel_counts_task () |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
CapWheel2 Click example.
This example sets basic device configuration; Contains function for waiting RDY(INT) pin, function for getting RDY(INT) pin state, function for I2C read and write with waiting for RDY(INT) pin and without waiting for RDY(INT) pin.
The demo application is composed of two sections :
Initializes CAP Wheel 2 device
Executes one of three 'capwheel2_get_xxx_task( )' functions
Additional Functions :
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void capwheel2_error | ( | ) |
void capwheel2_get_channel_counts_task | ( | ) |
void capwheel2_get_channels_halt | ( | ) |
void capwheel2_get_channels_task | ( | ) |
void capwheel2_get_channels_touch | ( | ) |
void capwheel2_get_gesture_task | ( | ) |
void main | ( | void | ) |