Skip to content

Commit e493ecb

Browse files
committed
Fix comment.
1 parent ac2844c commit e493ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CircuitPython_on_Linux_and_Raspberry_Pi/PWM_motor_servo_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# create a PWMOut object on Pin D5.
77
pwm = pulseio.PWMOut(board.D5, duty_cycle=2 ** 15, frequency=50)
88

9-
# Create a servo object, my_servo.
9+
# Create a servo object.
1010
servo = servo.Servo(pwm)
1111

1212
while True:

0 commit comments

Comments
 (0)