add readme

This commit is contained in:
beertap
2022-07-17 14:01:38 +02:00
parent 65a171d4d9
commit 650ac394c6
4 changed files with 27 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
from beertap import create_app
from gpio_handler import create_output
app = create_app()
output = create_output()
if __name__ == "__main__":
output.gpio_test()
app.run(debug=True)