QuakeGod
2024-07-27 842bb64195f958b050867c50db66fc0aa413dafb
提交 | 用户 | age
5dd1b7 1
Q 2 #ifndef __MODBUS_H_V10__
3 #define __MODBUS_H_V10__
4
5 typedef struct tagteacher
6 {
7     int Num;
8     int Age;
9     int height;
10     int Score1;
11     int Score2;
12     int Score3;
13
14 }stteacher;    
15
16 void    ModbusparsePacket(char *,unsigned char);
17 void ModbusProcess();
18
19 #endif /* __MODBUS_H_V10__ */
20