crc16.h
Go to the documentation of this file.
1 /* Copyright 2017 UFACTORY Inc. All Rights Reserved.
2  *
3  * Software License Agreement (BSD License)
4  *
5  * Author: Jimy Zhang <jimy92@163.com>
6  ============================================================================*/
7 #ifndef CORE_COMMON_CRC16_H_
8 #define CORE_COMMON_CRC16_H_
9 
11 
12 int modbus_crc(unsigned char *data, int len);
13 
14 #endif
int modbus_crc(unsigned char *data, int len)
Definition: crc16.cc:59


xarm_api
Author(s):
autogenerated on Sat May 8 2021 02:51:23