1 #ifndef DRIVER_TEMPERATURE_SENSOR_STLM75_H 2 #define DRIVER_TEMPERATURE_SENSOR_STLM75_H 73 const struct i2c_t *I2c;
121 #endif //DRIVER_TEMPERATURE_SENSOR_STLM75_H 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.
Driver for I2C in nRF52 uC.
bool TempSensorGet(const struct temp_sensor_t *TempSensor, int8_t *Value)
Name: TempSensorGet Reads temperature value from temperature sensor. Resolution 1.0°C.
bool TempSensorInit(const struct temp_sensor_t *TempSensor)
Name: TempSensorInit Initializes the I2C-based temperature sensor for continously convertion...