Skip to content

Commit 891cbc1

Browse files
committed
mostly tested; no stepper or neopixel testing yet
1 parent 0ca661f commit 891cbc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_crickit.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
_MOTOR2 = (19, 18)
7171
_MOTOR_ALL = _MOTOR1 + _MOTOR2
7272

73-
_DRIVE1 = const(42)
74-
_DRIVE2 = const(43)
75-
_DRIVE3 = const(12)
76-
_DRIVE4 = const(13)
73+
_DRIVE1 = const(13)
74+
_DRIVE2 = const(12)
75+
_DRIVE3 = const(43)
76+
_DRIVE4 = const(42)
7777

7878
_DRIVE_ALL = (_DRIVE1, _DRIVE2, _DRIVE3, _DRIVE4)
7979

0 commit comments

Comments
 (0)