From b5795946f2243863484097d59379f12af5b42e02 Mon Sep 17 00:00:00 2001 From: gcohen Date: Mon, 29 Dec 2014 22:17:36 -0800 Subject: adding PN control --- python/examples/futureHouse/futureHouse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples') diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py index d017e94..f7486dd 100644 --- a/python/examples/futureHouse/futureHouse.py +++ b/python/examples/futureHouse/futureHouse.py @@ -15,7 +15,7 @@ StepPins = [26,24,22,19] for pin in StepPins: print "Setup pins" GPIO.setup(pin,GPIO.OUT) - GPIO.output(pin, False) + GPIO.output(pin, True) publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo-36' -- cgit v1.2.3