TMP102 published as a library that can be imported independent

Dependents:   TMP102HelloWorld TCPServer BLE_Health_Thermometer_IRC BLE_Health_Thermometer_HeartRateMonitor ... more

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Sat Jul 21 22:40:40 2012 +0000
Parent:
0:374d9678d5ad
Child:
2:40e813248518
Commit message:
Removed extra declaration of I2C interface

Changed in this revision

TMP102.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/TMP102.cpp	Thu Apr 19 10:13:59 2012 +0000
+++ b/TMP102.cpp	Sat Jul 21 22:40:40 2012 +0000
@@ -37,7 +37,6 @@
 
 float TMP102::read()
 {
-  I2C temperatureIn(p9, p10);
   
   const char tempRegAddr = TEMP_REG_ADDR;