OneWire DS18B20,DS2450,MAX31850

Dependents:   MAX31850_HelloWorld

Committer:
fblanc
Date:
Thu Feb 12 14:03:55 2015 +0000
Revision:
0:9acbbb021a43
MAX31850 ok

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fblanc 0:9acbbb021a43 1 #ifndef _CRC8_
fblanc 0:9acbbb021a43 2 #define _CRC8_
fblanc 0:9acbbb021a43 3 uint8_t crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read);
fblanc 0:9acbbb021a43 4 #endif