templog3
2.0.0.0
|
TempLog3 Click example. More...
Functions | |
void | check_limit_status (uint8_t status) |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
TempLog3 Click example.
This application measures temperature.
The demo application is composed of two sections :
Initializes I2C interface and performs a device configuration for properly working. Also sets the temperature limit to the desired values.
First ensures that the minimum conversion time is met, and then reads the ambient temperature calculated to the Celsius degrees.
note: The temperature range that can be measured or written is from -40 to +125 Celsius degrees. The user can change the measured temperature resolution, but the range remains the same. The limit temperature resolution is always a 10bit, or 0.25 Celsius degrees. If user wants to enable the EEPROM Write Protection, the A0 pin on the device must be set to the high voltage level.
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void check_limit_status | ( | uint8_t | status | ) |
void main | ( | void | ) |