Explorar o código

'Lautsprecher.py' löschen

Yang Zhang %!s(int64=5) %!d(string=hai) anos
pai
achega
d508f10602
Modificáronse 1 ficheiros con 0 adicións e 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()