Skip to content

Commit cfb3519

Browse files
committed
Merged in pgmmpk/quickbot_bbb (pull request #2)
fixed pin assignments to match course materials
2 parents f453d3e + 7b8b869 commit cfb3519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

QuickBot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ class QuickBot():
6262
ledPin = 'USR1'
6363

6464
# Motor Pins -- (LEFT, RIGHT)
65-
dir1Pin = ('P8_12', 'P8_14')
66-
dir2Pin = ('P8_10', 'P8_16')
67-
pwmPin = ('P9_14', 'P9_16')
65+
dir1Pin = ('P8_14', 'P8_12')
66+
dir2Pin = ('P8_16', 'P8_10')
67+
pwmPin = ('P9_16', 'P9_14')
6868

6969
# ADC Pins
7070
irPin = ('P9_38', 'P9_40', 'P9_36', 'P9_35', 'P9_33')

0 commit comments

Comments
 (0)