Fork to fix compiler warnings.

Dependencies:   LinkedList

Fork of DS1820 by Erik -

Revision:
16:794fb9d6a4ee
Parent:
11:1a3c3002b50c
Child:
18:688dc6dca163
diff -r 236eb8f8e73a -r 794fb9d6a4ee DS1820.h
--- a/DS1820.h	Sat Mar 11 20:35:59 2017 +0000
+++ b/DS1820.h	Mon Jan 29 23:24:28 2018 +0100
@@ -105,7 +105,12 @@
       * @param a number between 9 and 12 to specify resolution
       * @returns true if successful
       */ 
-    bool setResolution(unsigned int resolution);       
+    bool setResolution(unsigned int resolution);
+
+//    char* getROM(char* buffer) {
+//	  for(int i = 0; i < )
+//      return _ROM;
+//    }
 
 private:
     bool _parasite_power;
@@ -138,4 +143,4 @@
 };
 
 
-#endif
\ No newline at end of file
+#endif