Update bsp.py

master
zen 3 years ago
parent 7711aa6459
commit 12e2b1c8d9
  1. 1
      bsp.py

@ -94,6 +94,7 @@ class motor ():
class beep():
def __init__(self):
self.BUZ = 4
GPIO.setmode(GPIO.BCM)
GPIO.setup(self.BUZ, GPIO.OUT)
def on(self):

Loading…
Cancel
Save