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 _CRC8_
fblanc 0:5d39f2521173 2 #define _CRC8_
fblanc 0:5d39f2521173 3 uint8_t crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read);
fblanc 0:5d39f2521173 4 #endif