训练营PLSR题目
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

8 行
124 B

  1. #ifndef __CRC_H_
  2. #define __CRC_H_
  3. #include <stdint.h>
  4. uint16_t modbus_crc16(const uint8_t *data, uint16_t length);
  5. #endif