OneWire DS18B20,DS2450,MAX31850

Dependents:   MAX31850_HelloWorld

crc8.h

Committer:
fblanc
Date:
2015-02-12
Revision:
0:9acbbb021a43

File content as of revision 0:9acbbb021a43:

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