5 #ifndef UMRT_ARM_FIRMWARE_LIB_MKS_TEST_HPP
6 #define UMRT_ARM_FIRMWARE_LIB_MKS_TEST_HPP
9 #include "mks_stepper_controller.hpp"
22 void sendTestRoutine();
29 void onSetSpeed(
const uint16_t motor,
const bool status);
33 void onSeekPosition(
const uint16_t motor,
const MksMoveResponse status);
35 void onGetPosition(
const uint16_t motor,
const int32_t position);
Describes the commands which are available to send MKS SERVO57D/42D/35D/28D stepper motor driver modu...
Abstracts CAN bus communication to MKS SERVO57D/42D/35D/28D stepper motor driver modules.
Definition: mks_stepper_controller.hpp:37
Definition: mks_test.hpp:16
MksMoveResponse
Status code for the response to move commands.
Definition: mks_enums.hpp:21