Changed GPIO to pin 16 (GPIO23)

This commit is contained in:
Balthasar Reuter
2015-05-30 13:41:12 +02:00
parent cdf3908a3f
commit df3c6480ec

View File

@@ -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