Simple cpp wrapper of a ds18b20, onewire 'c' library. Supports multiple sensors.

Dependencies:   mbed

Dependents:   LPC11U68_DS18B20Sensor

Fork of DS18B20Sensor by Steve Spence

crc8.h

Committer:
jsteve
Date:
2013-03-03
Revision:
0:1449f126b241

File content as of revision 0:1449f126b241:

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