onewire 1-wire ds18x20 ds2450 multi-channel

Dependents:   ibutton

Revision:
0:8c4e1841eb30
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crc16.h	Fri Mar 02 08:29:49 2012 +0000
@@ -0,0 +1,5 @@
+#ifndef _CRC16_
+#define _CRC16_
+uint16_t crc16(uint8_t* octets, uint16_t nboctets);
+uint8_t ctrl_crc16(uint8_t* octets, uint16_t nboctets);
+#endif
\ No newline at end of file