We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d6e25 commit c2ee821Copy full SHA for c2ee821
pio_workspace/src/power_ros1_main.cpp
@@ -24,14 +24,14 @@ SETUP FOR ROS COMMUNICATION WITH THE POWER BOARD
24
#include <std_msgs/Float32.h>
25
26
// defines thruster pins
27
-#define BACK_L_PIN 2
28
-#define HEAVE_BACK_L_PIN 3
29
-#define HEAVE_FRONT_L_PIN 4
30
-#define FRONT_L_PIN 5
31
-#define FRONT_R_PIN 6
32
-#define HEAVE_FRONT_R_PIN 7
33
-#define HEAVE_BACK_R_PIN 8
34
-#define BACK_R_PIN 9
+#define BACK_L_PIN 9
+#define HEAVE_BACK_L_PIN 8
+#define HEAVE_FRONT_L_PIN 7
+#define FRONT_L_PIN 6
+#define FRONT_R_PIN 5
+#define HEAVE_FRONT_R_PIN 4
+#define HEAVE_BACK_R_PIN 3
+#define BACK_R_PIN 2
35
36
#define LED_PIN 13
37
0 commit comments