From d3b7d19a87abffb0cf54e4df126e702cbd3799c2 Mon Sep 17 00:00:00 2001 From: George Knowlden Date: Fri, 22 Mar 2019 06:06:11 +0000 Subject: [PATCH] Added readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a4703d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Start up a Pi running Raspbian, and connect it to your network. + +Connect a red LED to BCM 19, and a green one to BCM 26. + +Download this git repo. + +Install the requirements from `requirements.txt`. + +Run the app with `python app.py`. + +Load up the browser from inside the network. + +Press the buttons to toggle the state of the LEDs. \ No newline at end of file