Simple cpp wrapper of a ds18b20, onewire 'c' library. Supports multiple sensors.
Dependents: DS18B20Sensor DS18B201
crc16.h
- Committer:
- jsteve
- Date:
- 2013-03-03
- Revision:
- 3:9fd95d590149
- Parent:
- 0:1449f126b241
File content as of revision 3:9fd95d590149:
#ifndef _CRC16_ #define _CRC16_ uint16_t crc16(uint8_t* octets, uint16_t nboctets); uint8_t ctrl_crc16(uint8_t* octets, uint16_t nboctets); #endif