heater 2.0.0.0
|
heater Click example More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
const float | HOT_TEMP = 50.0 |
const float | COOL_TEMP = 40.0 |
heater Click example
The devices resolution depends on settings applied. User should consult the datasheet and choose resolution value that corresponds to the settings applied.
Initialization of PWM module and start heating up
Durning the task device is heating up to 50 degree C and then cooling down to 40 degree C
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
const float COOL_TEMP = 40.0 |
const float HOT_TEMP = 50.0 |