Fix trailing whitespace that was missed in the last commit
This commit is contained in:
parent
68ad7f7098
commit
a59c14e16b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ pwm1.frequency = 50
|
|||
servo1 = servo.Servo(pwm1, min_pulse=500, max_pulse=2500)
|
||||
|
||||
# Center the servo
|
||||
servo1.angle = 90
|
||||
servo1.angle = 90
|
||||
|
||||
while True:
|
||||
# Read the accel
|
||||
|
|
|
|||
Loading…
Reference in a new issue