From 6a03e039bb277c0973b5a93907fa21d2635e3cd1 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Wed, 27 May 2015 23:22:36 +0200 Subject: [PATCH] Using GPIO7 (pin 26) --- photobooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth.py b/photobooth.py index 5ace9f7..e4b07c4 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 = GPIO23 +gpio_trigger_channel = 7 # pin 26 in all Raspi-Versions # Waiting time in seconds for posing pose_time = 5