aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/examples/futureHouse/futureHouse.py2
1 files changed, 1 insertions, 1 deletions
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'