We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2844c commit e493ecbCopy full SHA for e493ecb
1 file changed
CircuitPython_on_Linux_and_Raspberry_Pi/PWM_motor_servo_control.py
@@ -6,7 +6,7 @@
6
# create a PWMOut object on Pin D5.
7
pwm = pulseio.PWMOut(board.D5, duty_cycle=2 ** 15, frequency=50)
8
9
-# Create a servo object, my_servo.
+# Create a servo object.
10
servo = servo.Servo(pwm)
11
12
while True:
0 commit comments