Protocol_CRC16.h 222 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 #ifndef PROTOCOL_CRC16_H #define PROTOCOL_CRC16_H //#include "Application.h" #include "Protocol_Lib.h" #include <stdio.h> #include <stdint.h> Protocol_uint16_t getCheckSum(const Protocol_uint8_t *pData, int len); #endif