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 20
20
class _BaseServo : # pylint: disable-msg=too-few-public-methods
21
21
"""Shared base class that handles pulse output based on a value between 0 and 1.0
22
22
23
- :param ~pulseio .PWMOut pwm_out: PWM output object.
23
+ :param ~pwmio .PWMOut pwm_out: PWM output object.
24
24
:param int min_pulse: The minimum pulse length of the servo in microseconds.
25
25
:param int max_pulse: The maximum pulse length of the servo in microseconds."""
26
26
@@ -58,7 +58,7 @@ def fraction(self, value):
58
58
class Servo (_BaseServo ):
59
59
"""Control the position of a servo.
60
60
61
- :param ~pulseio .PWMOut pwm_out: PWM output object.
61
+ :param ~pwmio .PWMOut pwm_out: PWM output object.
62
62
:param int actuation_range: The physical range of motion of the servo in degrees, \
63
63
for the given ``min_pulse`` and ``max_pulse`` values.
64
64
:param int min_pulse: The minimum pulse width of the servo in microseconds.
You can’t perform that action at this time.
0 commit comments