Skip to content

Commit

Permalink
Fix drive esc pin locations (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo authored Oct 16, 2024
1 parent fb21299 commit 1670208
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lawndon/drive.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ extern Servo rearLeftEsc;
extern Servo rearRightEsc;

// pin defs
#define ESC_FRONT_LEFT_POWER 3
#define ESC_FRONT_LEFT_PWM 4
#define ESC_FRONT_LEFT_POWER 2
#define ESC_FRONT_LEFT_PWM 3
#define ESC_FRONT_RIGHT_POWER 8
#define ESC_FRONT_RIGHT_PWM 9

#define ESC_REAR_LEFT_POWER 5
#define ESC_REAR_LEFT_PWM 6
#define ESC_REAR_LEFT_POWER 4
#define ESC_REAR_LEFT_PWM 5
#define ESC_REAR_RIGHT_POWER 10
#define ESC_REAR_RIGHT_PWM 11

Expand Down

0 comments on commit 1670208

Please sign in to comment.