add more projects
This commit is contained in:
8
crc16_test/crc16.h
Normal file
8
crc16_test/crc16.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CRC16_h
|
||||
#define CRC16_h
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
unsigned int crc (byte* nData, unsigned int nLength);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user