8 lines
129 B
C
8 lines
129 B
C
![]() |
#ifndef _CRC16_h
|
||
|
#define _CRC16_H
|
||
|
|
||
|
void crc16ccitt_init(void);
|
||
|
unsigned short crc16ccitt (unsigned char *data, int len);
|
||
|
|
||
|
#endif
|