One Wire Example striped to find sensors only builds using MBED 2 Library

Dependencies:   mbed

Revision:
0:486c7ab9114b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils.h	Mon Jun 05 21:11:32 2017 +0000
@@ -0,0 +1,4 @@
+#ifndef _utils_
+#define _utils_
+uint16_t uint8_to_uint16(uint8_t lsb, uint8_t msb);
+#endif
\ No newline at end of file