Skip to content

Commit b5ae6d0

Browse files
bug fix: DC motor pin assign
1 parent 1b560d1 commit b5ae6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MakerBoard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class MakerBoard
2626
static const uint8_t DCM2_B = 3;
2727
static const uint8_t DCM3_A = 8;
2828
static const uint8_t DCM3_B = 9;
29-
static const uint8_t DCM4_A = 7;
30-
static const uint8_t DCM4_B = 6;
29+
static const uint8_t DCM4_A = 6;
30+
static const uint8_t DCM4_B = 7;
3131
// Servo motor IO pins
3232
static const uint8_t SERVO1 = 10;
3333
static const uint8_t SERVO2 = 11;

0 commit comments

Comments
 (0)