From a19e9b601d4e2670b710aa62079c42bf9b28c51e Mon Sep 17 00:00:00 2001 From: jess <jess@jward.io> Date: Mon, 4 Jun 2018 20:57:18 +0000 Subject: [PATCH] README set up added --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 220eaa9..5d6d044 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Dark Mute -Dark Mute is python script that mutes snapcast client volume when the lights are off in the room. +Dark Mute is python script that mutes snapcast client volume when it senses lights are off in the room. -It's written in Python 3 using a photoresistor and capacitor. +It's written in Python 3 using a photoresistor-capacitor circuit. + +# Setup + +* Create a Python 3 virtual env +* `pip install -e` to install dependencies +* Build rc circuit using Raspberry Pi +* Set Sensor to GPIO Pin 7 -- GitLab