MAX31850, DS18B20, DS2450, thermocouple

Revision:
0:5d39f2521173
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crc16.h	Mon Mar 09 11:55:54 2015 +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