Skip to content

Commit 3d41221

Browse files
committed
Change base config: switch motor pins
1 parent db48dce commit 3d41221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffbot_base/scripts/base_controller/lib/config/diffbot_base_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/// Motor i2c address
1414
#define MOTOR_DRIVER_ADDR 0x60
15-
#define MOTOR_LEFT 3
16-
#define MOTOR_RIGHT 4
15+
#define MOTOR_LEFT 4
16+
#define MOTOR_RIGHT 3
1717

1818
#define K_P 0.6 // P constant
1919
#define K_I 0.3 // I constant

0 commit comments

Comments
 (0)