onewire 1-wire ds18x20 ds2450 multi-channel

Dependents:   ibutton

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