Protocol_CRC16.h 157 Bytes
Newer Older
时昊's avatar
时昊 committed
1 2 3 4 5 6 7 8
#ifndef PROTOCOL_CRC16_H
#define PROTOCOL_CRC16_H

#include "Protocol_Lib.h"

Protocol_uint16_t getCheckSum(const Protocol_uint8_t *pData, int len);

#endif