This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import RPi.GPIO as GPIO | |
from gpiozero import Button, Buzzer | |
from time import sleep | |
from mfrc522 import SimpleMFRC522 | |
import sys | |
GPIO.setwarnings(False) |