初始版本

This commit is contained in:
2026-04-23 13:56:52 +08:00
parent 6c611f1fa3
commit 23ab9ca0f9
252 changed files with 136838 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _UTILS_H_
#define _UTILS_H_
#include "stdint.h"
extern uint16_t modbus_crc16(uint8_t *buf, int len);
#endif