|
@ -33,9 +33,9 @@ class I_XYRobotCtrlModule { |
|
|
|
|
|
|
|
|
typedef struct { |
|
|
typedef struct { |
|
|
uint8_t status; |
|
|
uint8_t status; |
|
|
|
|
|
u8 iostate; // x_zero_io y_zero_io
|
|
|
int32_t x; |
|
|
int32_t x; |
|
|
int32_t y; |
|
|
int32_t y; |
|
|
u8 iostate; // x_zero_io y_zero_io
|
|
|
|
|
|
} detailed_status_t; |
|
|
} detailed_status_t; |
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
/*******************************************************************************
|
|
|