|
capslider3 2.2.0
|
Cap Slider 3 Click example. More...
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
Cap Slider 3 Click example.
This example demonstrates the use of the Cap Slider 3 Click board by initializing the device and reading the current slider position. The application logs the detected slider position in real-time.
The demo application is composed of two sections:
Initializes the logger and the Cap Slider 3 Click driver.
Continuously reads and logs the slider position detected by the Cap Slider 3 Click board.
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |