Mission Accomplished

Dependencies:   TextLCD mbed

Revision:
0:96cf16c88314
diff -r 000000000000 -r 96cf16c88314 Temperature.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Temperature.h	Wed Jan 20 01:01:04 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef TEMPERATURE_H
+#define TEMPERATURE_H
+#include "mbed.h"
+
+
+float Temperature();
+
+#endif
\ No newline at end of file