MAX31850, DS18B20, DS2450, thermocouple

Committer:
fblanc
Date:
Mon Mar 09 11:55:54 2015 +0000
Revision:
0:5d39f2521173
MAX31850

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fblanc 0:5d39f2521173 1 #ifndef _CRC16_
fblanc 0:5d39f2521173 2 #define _CRC16_
fblanc 0:5d39f2521173 3 uint16_t crc16(uint8_t* octets, uint16_t nboctets);
fblanc 0:5d39f2521173 4 uint8_t ctrl_crc16(uint8_t* octets, uint16_t nboctets);
fblanc 0:5d39f2521173 5 #endif