Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/McNugget6750/pypilot
Browse files Browse the repository at this point in the history
  • Loading branch information
McNugget6750 committed Dec 16, 2019
2 parents a78cd8f + a17d7c7 commit cdeed7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arduino/motor/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#ifdef BOARD_IBT2_H_BRIDGE
#define ENABLE_PIN 4 // Combined enable pin for both BTS7960
#define RPWM_PIN 5 // First PWM input to BTS7960 // Drives CCW
#define LPWM_PIN 6 // Second PWM input to BTS7960 // Drives CW
#define RPWM_PIN 6 // First PWM input to BTS7960 // Drives CCW
#define LPWM_PIN 5 // Second PWM input to BTS7960 // Drives CW
#define R_IS_PIN A0 // Analog input if used
#define L_IS_PIN A1 // Analog input if used
#endif
Expand Down

0 comments on commit cdeed7c

Please sign in to comment.