Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaedc9e

Browse files
committed
swap pins
1 parent 19966d6 commit aaedc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RobotStateService.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#define CLAW_SERVO_PIN 12
2424
#define CLAW_SERVO_CHANNEL 12
2525

26-
#define LEFT_MOTOR_PWM_PIN 2
26+
#define LEFT_MOTOR_PWM_PIN 16
2727
#define LEFT_MOTOR_DIRECTION_PIN 14
2828
#define LEFT_MOTOR_PWM_CHANNEL 5
2929

30-
#define RIGHT_MOTOR_PWM_PIN 0
30+
#define RIGHT_MOTOR_PWM_PIN 2
3131
#define RIGHT_MOTOR_DIRECTION_PIN 4
3232
#define RIGHT_MOTOR_PWM_CHANNEL 6
3333

0 commit comments

Comments
 (0)