7 #ifndef UMRT_ARM_FIRMWARE_LIB_SYSEX_COMMANDS_HPP
8 #define UMRT_ARM_FIRMWARE_LIB_SYSEX_COMMANDS_HPP
SysexCommands
Lists the command IDs and associated requirements which can be sent over Firmata to a Stepper Control...
Definition: SYSEX_COMMANDS.hpp:19
@ SET_GRIPPER
Sets the target position of the gripper servo.
Definition: SYSEX_COMMANDS.hpp:89
@ GET_POS
Gets the current number of steps from the zero point for a motor.
Definition: SYSEX_COMMANDS.hpp:78
@ SEEK_POS
Moves a motor to a specific step position.
Definition: SYSEX_COMMANDS.hpp:69
@ SEND_STEP
Moves a motor a specific number of steps.
Definition: SYSEX_COMMANDS.hpp:56
@ GET_SPEED
Gets the current speed of a motor.
Definition: SYSEX_COMMANDS.hpp:44
@ SET_SPEED
Sets the speed of a motor.
Definition: SYSEX_COMMANDS.hpp:35
@ ARDUINO_ECHO
Respond back with the payload.
Definition: SYSEX_COMMANDS.hpp:25