![]() |
EVE 1.0
|
Driver for I2C-based temperature sensor type ST STLM75. More...
#include <dev/i2c-master.h>
Go to the source code of this file.
Data Structures | |
struct | temp_sensor_t |
Functions | |
Functions called from application programs | |
bool | TempSensorInit (const struct temp_sensor_t *TempSensor) |
Name: TempSensorInit Initializes the I2C-based temperature sensor for continously convertion. I2C address range is 0x48 - 0x4f. Max baudrate is 400 kbit/s. Temperature convertion time is max 150ms. Temperature measurement range is from -55°C to +125°C. Typical current consumption (@ 3.3V, 25°C) is 125µA. More... | |
bool | TempSensorDisable (const struct temp_sensor_t *TempSensor) |
Name: TempSensorDisable Disables and powers down the I2C-based temperature sensor. Typical current consumption is 1µA (max) in power down mode. More... | |
bool | TempSensorGet (const struct temp_sensor_t *TempSensor, int8_t *Value) |
Name: TempSensorGet Reads temperature value from temperature sensor. Resolution 1.0°C. More... | |
Driver for I2C-based temperature sensor type ST STLM75.
Definition in file temp-sensor-stlm75.h.