Skip to content

Commit 07ca9a0

Browse files
committed
Removed redundant comments
1 parent efe8542 commit 07ca9a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/motor_pca9685_stepper_motor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
pca.channels[7].duty_cycle = 0xFFFF
2727
pca.channels[2].duty_cycle = 0xFFFF
2828
stepper_motor = stepper.StepperMotor(
29-
pca.channels[4], pca.channels[3], pca.channels[5], pca.channels[6] # Motor 3
30-
) # Motor 4
29+
pca.channels[4], pca.channels[3], pca.channels[5], pca.channels[6]
30+
)
3131

3232
for i in range(100):
3333
stepper_motor.onestep()

0 commit comments

Comments
 (0)