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:
jsteve
Date:
2013-03-03
Revision:
0:1449f126b241

File content as of revision 0:1449f126b241:

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