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:
Bongjun
Date:
2014-07-04
Revision:
5:0bcc4e42fec0
Parent:
0:1449f126b241

File content as of revision 5:0bcc4e42fec0:

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