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 cdfc78a commit ca825d2Copy full SHA for ca825d2
source_only_examples/project3_c.py
@@ -56,7 +56,7 @@ def get_distance():
56
sleep(0.100) # Wait 100 milliseconds
57
58
pwmSpeaker.duty_u16(0) # Turn off the buzzer
59
- myServo.write(150) # Move the servo to 150 degrees
+ myServo.write(50) # Move the servo to 50 degrees
60
61
62
elif distance < 20:
0 commit comments