mDot / Mbed 2 deprecated Find_one_wire_IDs_2

Dependencies:   mbed

Revision:
0:486c7ab9114b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crc8.h	Mon Jun 05 21:11:32 2017 +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