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

Dependencies:   mbed

Dependents:   LPC11U68_DS18B20Sensor

Fork of DS18B20Sensor by Steve Spence

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers crc8.h Source File

crc8.h

00001 #ifndef _CRC8_
00002 #define _CRC8_
00003 uint8_t    crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read);
00004 #endif