23 lines
348 B
C
23 lines
348 B
C
|
|
|
|
#include "vector.h"
|
|
#include "edrk_main.h"
|
|
|
|
typedef union {
|
|
//unsigned int all;
|
|
int all;
|
|
// struct MODBUS_BITS_STRUCT bit;
|
|
// struct MODBUS_WORD_STRUCT byte;
|
|
} MODBUS_REG_STRUCT;
|
|
|
|
|
|
//extern MODBUS_REG_STRUCT modbus_table_in[1024];
|
|
//extern MODBUS_REG_STRUCT modbus_table_out[1024];
|
|
|
|
void init_flag_a(void);
|
|
|
|
|
|
|
|
|
|
|