onewire 1-wire ds18x20 ds2450 multi-channel

Dependents:   ibutton

crc8.h

Committer:
fblanc
Date:
2012-03-02
Revision:
0:8c4e1841eb30

File content as of revision 0:8c4e1841eb30:

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