8000 fix pin assignments · rjwats/esp8266-react@20c761e · GitHub
[go: up one dir, main page]

Skip to content

Commit 20c761e

Browse files
committed
fix pin assignments
1 parent d25e0b4 commit 20c761e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/RobotStateService.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
#define DEFAULT_DRIVE_X 0
1515
#define DEFAULT_DRIVE_Y 0
1616

17-
#define CAM_X_SERVO_PIN 2
17+
#define CAM_X_SERVO_PIN 13
1818
#define CAM_X_SERVO_CHANNEL 10
1919

20-
#define CAM_Y_SERVO_PIN 4
20+
#define CAM_Y_SERVO_PIN 15
2121
#define CAM_Y_SERVO_CHANNEL 11
2222

23-
#define CLAW_SERVO_PIN 16
23+
#define CLAW_SERVO_PIN 12
2424
#define CLAW_SERVO_CHANNEL 12
2525

26-
#define LEFT_MOTOR_PWM_PIN 12
27-
#define LEFT_MOTOR_DIRECTION_PIN 13
26+
#define LEFT_MOTOR_PWM_PIN 2
27+
#define LEFT_MOTOR_DIRECTION_PIN 14
2828
#define LEFT_MOTOR_PWM_CHANNEL 5
2929

30-
#define RIGHT_MOTOR_PWM_PIN 15
31-
#define RIGHT_MOTOR_DIRECTION_PIN 14
30+
#define RIGHT_MOTOR_PWM_PIN 4
31+
#define RIGHT_MOTOR_DIRECTION_PIN 16
3232
#define RIGHT_MOTOR_PWM_CHANNEL 6
3333

3434
#define MOTOR_PWM_RESOLUTION 10

0 commit comments

Comments
 (0)
0