Infineon Logo AIROC BTSDK v4.4 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_thermistor.h File Reference

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...
 

Detailed Description

List of parameters and defined functions needed to access the thermistor sensor driver.

Function Documentation

void thermistor_init ( void  )

init thermistor.

Returns
None
int16_t thermistor_read ( thermistor_cfg_t p_thermistor_cfg)

read thermistor temperature.

Parameters
p_thermistor_cfgpointer to thermister config structure
Returns
Temperature in degrees Celsius * 100.