From 9b9443558ed56bc0f8867e9bdfbb2fd983412e8e Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 13 Dec 2019 12:28:39 -0800 Subject: [PATCH] Update light.py --- scripts/light.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/light.py b/scripts/light.py index 78e9476..5e5ae3a 100644 --- a/scripts/light.py +++ b/scripts/light.py @@ -1,4 +1,10 @@ #!/usr/bin/env python +#Turn on using this command line : +#python3.7 path/to/file/light.py on + +#Turn off using this command line : +#python3.7 path/to/file/light.py off + import RPi.GPIO as GPIO import sys