slider 2.0.0.0
|
Slider Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Slider Click example.
This example detect even the smallest move, faithfully capturing the smoothness of the slider movement, while digitizing its position.
The demo application is composed of two sections :
Initializes click driver
Converts analog input voltage (VCC), witch value depends on the slider position, to digital output value, shows result of conversion on LED and logs result on USB UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |