Create web server

This commit is contained in:
2019-04-21 15:06:49 +08:00
parent 7ddc7e1c80
commit 5309dd1da1
3 changed files with 27 additions and 5 deletions

View File

@ -14,7 +14,3 @@ def run(pin: str):
print("[Door] Unlocked!")
GPIO.cleanup(pin)
if __name__ == '__main__':
run("XIO-P7")