Browse Source

update

master
zhaohe 2 years ago
parent
commit
c3780f3e45
  1. 3
      api/i_step_motor_ctrl_module.hpp

3
api/i_step_motor_ctrl_module.hpp

@ -43,7 +43,8 @@ class I_StepMotorCtrlModule {
typedef struct { typedef struct {
s32 x_shaft; s32 x_shaft;
s32 distance_scale; // 0.001
s32 distance_scale; //
s32 distance_scale_denominator; //
s32 ihold; s32 ihold;
s32 irun; s32 irun;
u16 iholddelay; u16 iholddelay;

Loading…
Cancel
Save