implement remaining commands
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class CommandParser
|
||||
enum class TYPE : uint8_t {
|
||||
MOVE_ABSOLUTE = 0x00,
|
||||
MOVE_RELATIVE = 0x01,
|
||||
RESET_POSITIONS = 0x02,
|
||||
RESET_POSITIONS = 0x02, // Sends all to virtual 0
|
||||
} instruction;
|
||||
int16_t args[2];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user