MAX31850, DS18B20, DS2450, thermocouple

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers crc8.h Source File

crc8.h

00001 #ifndef _CRC8_
00002 #define _CRC8_
00003 uint8_t    crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read);
00004 #endif