From 50875c5a3dab1bc9c031119f443e8fc008efa9c4 Mon Sep 17 00:00:00 2001 From: gcohen Date: Mon, 29 Dec 2014 22:14:26 -0800 Subject: adding PN control --- python/examples/futureHouse/futureHouse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py index 322036e..db12037 100644 --- a/python/examples/futureHouse/futureHouse.py +++ b/python/examples/futureHouse/futureHouse.py @@ -154,7 +154,7 @@ def moveDoor(direction): stepCounter += 1 cycles +=1 - #print " Stepcounter: %i" %(StepCounter) + print " Stepcounter: %i" %(StepCounter) # If we reach the end of the sequence # start again if (stepCounter==stepCount): -- cgit v1.2.3