environment 2.0.0.0
|
Environment Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Environment Click example.
Example demonstrates use of the Environment click board.
The demo application is composed of two sections :
Initialization driver enables - Device software reset, check device ID, set default configuration of BME680 chip, also display logs.
This is an example which demonstrates the use of Environment Click board. Measures temperature, humidity, pressure and gas resistance data from the BME680 chip sensor. Displays ambient temperature data [ degrees Celsius ], humidity data [ % ], pressure data [ mbar ] and gas resistance. Results are being sent to the Usart Terminal where you can track their changes. All data logs write on usb uart changes for every 2 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |