µracoli Manual
Version foo
|
Measuring environment temperature with the MCU internal ADC.
|
static |
not implemented, returns noting
Definition at line 98 of file mcu_temp.h.
|
static |
Sensor API Sensor API get functions
Definition at line 69 of file mcu_temp.h.
|
static |
Create an instance of a LM73 sensor and initialize the sensor.
If the parameter pdata != NULL, the sensor is also initialized. In case that the initialization fails, the variable drv.last_error is set to SENSOR_ERR_INIT.
pdata | pointer to memory, where the sensor data is stored. |
raw | if true the get function will return the register values, otherwise a physical value is returned (temperature in degC a float) |
addr | i2c address of the sensor |
temp_offset | offset of the measurement value. |
Definition at line 124 of file mcu_temp.h.