@ -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):