ultralowpress 2.0.0.0
|
UltraLowPress Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
UltraLowPress Click example.
This application reads the serial number of the sensor. If there were no errors it continues reading temperature and pressure data from the sensor.
The demo application is composed of two sections :
Initializes host communication(UART and I2C). Reads devices serial number and logs it.
Checks if data is available. When it's available it reads the temperature and pressure data from the sensor and logs it.
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 | ) |