From dedac1293a50196583f67150672103413d4d8eab Mon Sep 17 00:00:00 2001 From: gcohen Date: Mon, 29 Dec 2014 22:16:01 -0800 Subject: adding PN control --- python/examples/futureHouse/futureHouse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py index db12037..d017e94 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