|
@ -93,6 +93,8 @@ class StepMotorCtrlModule : public ZIModule, public ZIStepMotor { |
|
|
virtual int32_t step_motor_read_tmc2160_status(int32_t* status) override; |
|
|
virtual int32_t step_motor_read_tmc2160_status(int32_t* status) override; |
|
|
virtual int32_t step_motor_read_tmc2160_state(int32_t* status) override; |
|
|
virtual int32_t step_motor_read_tmc2160_state(int32_t* status) override; |
|
|
|
|
|
|
|
|
|
|
|
virtual int32_t step_motor_read_io_index_in_stm32(int32_t ioindex, int32_t* index_in_stm32) override; |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
IStepperMotor* getMotor() { return m_stepM1; } |
|
|
IStepperMotor* getMotor() { return m_stepM1; } |
|
|
config_t* getCfg() { return &m_cfg; } |
|
|
config_t* getCfg() { return &m_cfg; } |
|
|