Library for ADT7410 I2C temperature sensor. Use this instead of TMP102 when you need to measure temperatures lower than -40 degrees C. The device is guaranteed to work at -55 C but will actually read lower temps. See http://mbed.org/users/tkreyche/notebook/adt7140-i2c-temperature-sensor/ for more info.

Dependents:   BLE_ADT7410_TMP102_Sample BLE_HTM_HRM1017 BLENano_SimpleTemplate_temp_170802 BLENano_SimpleTemplate_temp_170813 ... more

Revision:
1:257d9e026cc4
Parent:
0:380ac1ac0101
Child:
2:88af6eff8783
--- a/ADT7410.h	Tue Feb 01 18:57:41 2011 +0000
+++ b/ADT7410.h	Tue Feb 01 19:00:32 2011 +0000
@@ -20,6 +20,14 @@
 THE SOFTWARE.
 */
 
+
+
+#ifndef ADT7410_H
+#define ADT7410_H
+
+
+
+
 /** Servo control class, based on a PwmOut
 *
 * Example:
@@ -55,8 +63,8 @@
 * @endcode
 */
 
-#ifndef ADT7410_H
-#define ADT7410_H
+
+
 
 #include "mbed.h"