altitude4 2.0.0.0
|
Altitude4 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Altitude4 Click example.
This example showcases how to initialize, configure and use the Altitude 4 click module. The click has a sensor that measures: altitude, pressure and temperature. No additional equipment or special configuration is required in order for this demo to work.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules.
This function initializes the sensor data object through the read_sensor(...) function and then prints altitude, pressure and temperature values in the UART console. It does so every second.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |