Fix trailing whitespace that was missed in the last commit

This commit is contained in:
Dave Astels 2018-06-20 12:28:27 -04:00
parent 68ad7f7098
commit a59c14e16b

View file

@ -18,7 +18,7 @@ pwm1.frequency = 50
servo1 = servo.Servo(pwm1, min_pulse=500, max_pulse=2500) servo1 = servo.Servo(pwm1, min_pulse=500, max_pulse=2500)
# Center the servo # Center the servo
servo1.angle = 90 servo1.angle = 90
while True: while True:
# Read the accel # Read the accel