proximity19
2.1.0.0
|
Proximity 19 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Proximity 19 Click example.
This example demonstrates the use of the Proximity 19 click board by measuring and displaying the distance data.
The demo application is composed of two sections :
Initialization of I2C module and log UART. After the driver init, the app executes a default configuration.
The demo app measures the distance between the sensor and the object in millimeters and displays the result approximately every 100 milliseconds. Results are being sent to the UART Terminal, where you can track their changes.
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 | ) |