captouch2 2.0.0.0
|
Cap Touch 2 click is a capacitive touch sensing Click board which features the CAP1166, an advanced touch/proximity sensor IC, packed with a range of different touch/proximity functionalities, allowing development of robust and aesthetically pleasing touch interfaces.
We provide a library for the CapTouch2 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for CapTouch2 Click driver.
- Initialization function.void captouch2_cfg_setup ( captouch2_cfg_t *cfg );
CAPTOUCH2_RETVAL captouch2_init ( captouch2_t *ctx, captouch2_cfg_t *cfg );
void captouch2_default_cfg ( captouch2_t *ctx );
- Interrupt Check functionvoid captouch2_detect_touch( captouch2_t *ctx, uint8_t *in_sens );
The demo application shows the button reading and checking.
The demo application is composed of two sections :
Configuring clicks and log objects. Reset device and settings the click in the default configuration.
Calls function to check touch detection (is interrupt occured) and shows message on USB UART on which input touch is detected or on which input touch is released. Also turns on LED on which linked input interrupt occured.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.