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 d814f57 commit 6a3393eCopy full SHA for 6a3393e
simpleio.py
@@ -178,8 +178,8 @@ class Servo:
178
Easy control for hobby (3-wire) servos
179
180
:param ~microcontroller.Pin pin: PWM pin where the servo is located.
181
- :param int min_pulse: Pulse width (microseconds) corresponding to 0 degrees.
182
- :param int max_pulse: Pulse width (microseconds) corresponding to 180 degrees.
+ :param int min_pulse: Pulse width (milliseconds) corresponding to 0 degrees.
+ :param int max_pulse: Pulse width (milliseconds) corresponding to 180 degrees.
183
184
Example for Metro M0 Express:
185
0 commit comments