Browse Source

'Lautsprecher.py' löschen

Yang Zhang 4 years ago
parent
commit
d508f10602
1 changed files with 0 additions and 12 deletions
  1. 0 12
      Lautsprecher.py

+ 0 - 12
Lautsprecher.py

@@ -1,12 +0,0 @@
-import time
-import Adafruit_BBIO.PWM as PWM
-myPWM = "P8_13"
-try:
-    time.sleep(2)
-    while True:
-        PWM.start(myPWM, 50, 10000)
-        time.sleep(1)
-        PWM.stop(myPWM)
-        print("...")
-except:
-    PWM.cleanup()