We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dec61 commit 44f52c5Copy full SHA for 44f52c5
adafruit_crickit.py
@@ -245,7 +245,7 @@ def drive_stepper_motor(self):
245
@property
246
def feather_drive_stepper_motor(self):
247
"""``adafruit_motor.motor.StepperMotor`` object on Drive terminals on Crickit FeatherWing"""
248
- return self._motor(reversed(_DRIVE_STEPPER), StepperMotor)
+ return self._motor(tuple(reversed(_DRIVE_STEPPER)), StepperMotor)
249
250
def _motor(self, terminals, motor_class):
251
device = self._devices.get(terminals, None)
0 commit comments