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

Dependencies:   mbed

Dependents:   LPC11U68_DS18B20Sensor

Fork of DS18B20Sensor by Steve Spence

crc16.h

Committer:
Bongjun
Date:
2014-07-04
Revision:
5:0bcc4e42fec0
Parent:
0:1449f126b241

File content as of revision 5:0bcc4e42fec0:

#ifndef _CRC16_
#define _CRC16_
uint16_t crc16(uint8_t* octets, uint16_t nboctets);
uint8_t ctrl_crc16(uint8_t* octets, uint16_t nboctets);
#endif