|
|
@ -66,7 +66,7 @@ class StepMotorCtrlModule { |
|
|
|
int32_t move_by(int32_t dpos, function<void(int32_t exec_status, int32_t topos)> status_cb); |
|
|
|
int32_t move_to_zero(function<void(int32_t exec_status, int32_t dpos)> status_cb); |
|
|
|
int32_t move_to_zero_with_calibrate(int32_t nowpos, function<void(int32_t exec_status, int32_t zero_shift_pos)> status_cb); |
|
|
|
int32_t rotate(uint8_t direction, int32_t velocity, int32_t acc); |
|
|
|
// int32_t rotate(uint8_t direction, int32_t velocity, int32_t acc);
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
* READ * |
|
|
|