#ifndef CRC16_h #define CRC16_h #include "Arduino.h" unsigned int crc (byte* nData, unsigned int nLength); #endif