pressure7 2.0.0.0
|
Pressure7 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Pressure7 Click example.
This example reads sensor temperature and pressure output on every 3 seconds and prints it on UART Terminal.
The demo application is composed of two sections :
Initialize Logger and Click object and call pressure7_read_PROM() function.
Get sensor data on every 3 seconds and send measured temperature and pressure to logger.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |