Protocol_CRC16.h 222 Bytes
#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