Update light.py

This commit is contained in:
tpollina 2019-12-13 12:28:39 -08:00 committed by GitHub
parent 502fe343f1
commit 9b9443558e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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