MAX31850, DS18B20, DS2450, thermocouple

crc8.h

Committer:
fblanc
Date:
2015-03-09
Revision:
0:5d39f2521173

File content as of revision 0:5d39f2521173:

#ifndef _CRC8_
#define _CRC8_
uint8_t    crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read);
#endif