onewire 1-wire ds18x20 ds2450 multi-channel

Dependents:   ibutton

Revision:
0:8c4e1841eb30
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils.h	Fri Mar 02 08:29:49 2012 +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