Explorar el Código

'Lautsprecher.py' löschen

Yang Zhang hace 5 años
padre
commit
d508f10602
Se han modificado 1 ficheros con 0 adiciones y 12 borrados
  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()