Skip to content

Commit

Permalink
fix motor output assignment (#599)
Browse files Browse the repository at this point in the history
Update config.h
  • Loading branch information
BloodSakura3774 authored Oct 23, 2024
1 parent ebe4fed commit 548fe7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/SAKURAH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
//motor
#define MOTOR1_PIN PA2
#define MOTOR2_PIN PA3
#define MOTOR3_PIN PB0
#define MOTOR4_PIN PB1
#define MOTOR5_PIN PA0
#define MOTOR6_PIN PA1
#define MOTOR3_PIN PB1
#define MOTOR4_PIN PB0
#define MOTOR5_PIN PA1
#define MOTOR6_PIN PA0
#define MOTOR7_PIN PE5
#define MOTOR8_PIN PE6

Expand Down

0 comments on commit 548fe7b

Please sign in to comment.