Jason Schilling / Mbed 2 deprecated miniProject7

Dependencies:   mbed TextLCD

Revision:
5:8582a28cf944
Parent:
3:7d5e3b2ed878
--- a/Temperature.h	Thu Jan 17 00:12:40 2019 +0000
+++ b/Temperature.h	Thu Jan 17 06:04:45 2019 +0000
@@ -1,10 +1,10 @@
 #ifndef TEMPERATURE_H
 #define TEMPERATURE_H
 #include "mbed.h"
-extern i2cTemp;
+extern I2C i2cTemp;
 float tempFar(float temp);
 float tempRan(float temp);
 float tempKel(float temp);
 void tempConfig(void);
-float readTemp(float rawTemp);
+float readTemp();
 #endif
\ No newline at end of file