metawatch/crc16ccitt.h

8 lines
129 B
C
Raw Permalink Normal View History

2011-07-19 12:31:32 +02:00
#ifndef _CRC16_h
#define _CRC16_H
void crc16ccitt_init(void);
unsigned short crc16ccitt (unsigned char *data, int len);
#endif