This commit is contained in:
Mike Barela 2019-01-14 11:02:10 -05:00 committed by GitHub
parent b2ddb90fb5
commit 0fccede798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ seesaw = Seesaw(i2c)
pwm = PWMOut(seesaw, 16)
pwm.frequency = 50
myservo = servo.Servo(pwm)
myservo.angle = 0
myservo.angle = 0
# Find all Wave files on the storage
wavefiles = [file for file in os.listdir("/")