From b38ecacb348cf7c871bb0115c1f4777bcdb9e3c5 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Tue, 19 May 2015 23:29:24 +0200 Subject: [PATCH] changed gpio channel --- photobooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth.py b/photobooth.py index 1b75393..5ace9f7 100755 --- a/photobooth.py +++ b/photobooth.py @@ -29,7 +29,7 @@ image_pose = "pose.png" image_basename = datetime.now().strftime("%Y-%m-%d/pic") # GPIO channel of switch to take pictures -gpio_trigger_channel = 0 #GPIO23 +gpio_trigger_channel = GPIO23 # Waiting time in seconds for posing pose_time = 5