modm API documentation
TMP175 Thermometer

Classes

class  modm::Tmp175< I2cMaster >
 

Detailed Description

lbuild module: modm:driver:tmp175

TMP175 digital temperature sensor driver.

The TMP175 is a digital temperature sensor with a two-wire interface and measures temperature over a range of -40 to +125 deg Celsius with a resolution of 1/16 (0.0625) deg C and an accuracy of up to 1.5 deg C.

The sensor has a default refresh rate of 4Hz but can be raised up to 30Hz by repeatedly manually starting a conversion (with startConversion()), which lasts between 30ms and 240ms depending on resolution.