Browse Source

update

master
zhaohe 2 years ago
parent
commit
9f0c021c41
  1. 2
      api/i_xyrobot_ctrl_module.hpp

2
api/i_xyrobot_ctrl_module.hpp

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

Loading…
Cancel
Save