Backing up an unused program in case of future need

Dependencies:   mbed

Revision:
5:6226f3c566ef
Parent:
4:e076884ef8bd
Child:
6:be97d38e0b01
--- a/ds18b20.h	Tue May 03 09:23:26 2016 +0000
+++ b/ds18b20.h	Wed May 11 16:42:35 2016 +0000
@@ -1,2 +1,4 @@
-extern int DS18B20Init();
-extern int DS18B20Main();
\ No newline at end of file
+extern uint16_t DS18B20Value;
+
+extern  int     DS18B20Init();
+extern  int     DS18B20Main();
\ No newline at end of file