temphum11 2.0.0.0
|
TempHum11 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
TempHum11 Click example.
This click has two sensors which can be set to sample measurements with the resolution of 8, 11 or 14 bits, based on the measurement time. Calibration coefficients that are applied to the measured value and the results are stored in the MSB/LSB format, on the output registers. These values are then used in formulas so that the final temperature or relative humidity data can be calculated.
The demo application is composed of two sections :
Initializes driver init, test comunication and configuration chip for measurement.
Reads Temperature and Humidity data. This data logs to USBUART every 1500ms.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |