|
barometer11 2.2.0
|
Barometer 11 Click Example. More...
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
Barometer 11 Click Example.
This example demonstrates the use of the Barometer 11 Click board by initializing the device and reading the barometric pressure data in millibar units. The pressure value is periodically logged to the USB UART every second.
The demo application is composed of two sections:
Initializes the logger and the Barometer 11 Click driver.
Reads and displays the pressure data every second.
| 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 | ) |