File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ class DCMotor:
28
28
"""DC motor driver. ``positive_pwm`` and ``negative_pwm`` can be swapped if the motor runs in
29
29
the opposite direction from what was expected for "forwards".
30
30
31
- :param ~pulseio .PWMOut positive_pwm: The motor input that causes the motor to spin forwards
31
+ :param ~pwmio .PWMOut positive_pwm: The motor input that causes the motor to spin forwards
32
32
when high and the other is low.
33
- :param ~pulseio .PWMOut negative_pwm: The motor input that causes the motor to spin backwards
33
+ :param ~pwmio .PWMOut negative_pwm: The motor input that causes the motor to spin backwards
34
34
when high and the other is low."""
35
35
36
36
def __init__ (self , positive_pwm , negative_pwm ):
You can’t perform that action at this time.
0 commit comments