airvelocity 2.1.0.0
|
Air Velocity Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Air Velocity Click example.
This example demonstrates the use of Air Velocity click board by reading and displaying the output counts and air velocity in m/sec.
The demo application is composed of two sections :
Initializes the driver and logger.
Reads the output counts and converts it to air velocity in m/sec. Both values will be displayed on the USB UART approximately every 250ms.
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 | ) |