Skip to content

Commit ca825d2

Browse files
Increase reliability of circuit 3c in fw
1 parent cdfc78a commit ca825d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_only_examples/project3_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_distance():
5656
sleep(0.100) # Wait 100 milliseconds
5757

5858
pwmSpeaker.duty_u16(0) # Turn off the buzzer
59-
myServo.write(150) # Move the servo to 150 degrees
59+
myServo.write(50) # Move the servo to 50 degrees
6060
sleep(0.100) # Wait 100 milliseconds
6161

6262
elif distance < 20:

0 commit comments

Comments
 (0)