Initial commit: my SECS2 project

This commit is contained in:
2026-06-12 14:19:01 +08:00
commit 2c3e2c4dc2
1138 changed files with 603966 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _PROTO_TRANSFORM_H_
#define _PROTO_TRANSFORM_H_
#include "main.h"
u8 proto_AA55_to_Modbus_Unit(u8 AA55_Uint);
u8 proto_Modbus_to_AA55_Unit(u8 Modbus_Uint);
void proto_Transform_Task(void);
#endif