AIROC™ BTSDK v4.0 - Documentation | ||||
List of parameters and defined functions needed to access the thermistor sensor driver. More...
Data Structures | |
struct | thermistor_cfg_t |
Following structure is used to initialize thermistor. More... | |
Functions | |
void | thermistor_init (void) |
init thermistor. More... | |
int16_t | thermistor_read (thermistor_cfg_t *p_thermistor_cfg) |
read thermistor temperature. More... | |
List of parameters and defined functions needed to access the thermistor sensor driver.
void thermistor_init | ( | void | ) |
init thermistor.
int16_t thermistor_read | ( | thermistor_cfg_t * | p_thermistor_cfg | ) |
read thermistor temperature.
p_thermistor_cfg | pointer to thermister config structure |