Skip to content
Snippets Groups Projects
Commit a3d2993f authored by Timothe Jost's avatar Timothe Jost
Browse files

trying axis 5 (rotation) and non continuous axis mapping

parent 3cf4000b
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ typedef uint32_t mcu_actuator; ...@@ -65,7 +65,7 @@ typedef uint32_t mcu_actuator;
#define ACTUATOR_0 0 // by default : axis X #define ACTUATOR_0 0 // by default : axis X
#define ACTUATOR_1 1 // by default : axis Y #define ACTUATOR_1 1 // by default : axis Y
#define ACTUATOR_2 2 // by default : axis Z #define ACTUATOR_2 2 // by default : axis Z
#define ACTUATOR_3 3 // by default : axis A #define ACTUATOR_3 5 // by default : axis A
#define MCU_SYSTEM_ACT_MAX_COUNT 4 // total : 4 actuators #define MCU_SYSTEM_ACT_MAX_COUNT 4 // total : 4 actuators
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment