thermo 2.0.0.0
|
Thermo Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Thermo Click example.
This application collects data from the sensor, calculates it, and then logs the results.
The demo application is composed of two sections :
Initializes driver and star write log.
Temperature measured by the thermocouple is converter by MAX31855 sensor and the results are logged. Displayed temperature is in degrees Celsius.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |