9 lines
117 B
C
9 lines
117 B
C
#ifndef CRC16_h
|
|
#define CRC16_h
|
|
|
|
#include "Arduino.h"
|
|
|
|
unsigned int crc (byte* nData, unsigned int nLength);
|
|
|
|
#endif
|