From df3c6480ec930d5562c47b53b899199b0bcc1139 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Sat, 30 May 2015 13:41:12 +0200 Subject: [PATCH] Changed GPIO to pin 16 (GPIO23) --- photobooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth.py b/photobooth.py index 0b7aac5..8ed920c 100755 --- a/photobooth.py +++ b/photobooth.py @@ -39,7 +39,7 @@ image_pose = "pose.png" image_basename = datetime.now().strftime("%Y-%m-%d/pic") # GPIO channel of switch to take pictures -gpio_trigger_channel = 7 # pin 26 in all Raspi-Versions +gpio_trigger_channel = 23 # pin 16 in all Raspi-Versions # Waiting time in seconds for posing pose_time = 5