1 #ifndef DRIVER_TEMPERATURE_SENSOR_MCP9808_H 2 #define DRIVER_TEMPERATURE_SENSOR_MCP9808_H 75 const struct i2c_t *I2c;
135 #endif //DRIVER_TEMPERATURE_SENSOR_MCP9808_H
bool TempSensorHighResGet(const struct temp_sensor_t *TempSensor, int16_t *Value)
Name: TempSensorHighResGet Reads temperature value from temperature sensor. Resolution 0...
bool TempSensorInit(const struct temp_sensor_t *TempSensor)
Name: TempSensorInit Initializes the I2C-based temperature sensor for continously convertion...
Driver for I2C in nRF52 uC.
bool TempSensorDisable(const struct temp_sensor_t *TempSensor)
Name: TempSensorDisable Disables and powers down the I2C-based temperature sensor. Typical current consumption is 0.1µA in power down mode.
bool TempSensorGet(const struct temp_sensor_t *TempSensor, int8_t *Value)
Name: TempSensorGet Reads temperature value from temperature sensor. Resolution 1.0°C.