Using GPIO7 (pin 26)

This commit is contained in:
Balthasar Reuter
2015-05-27 23:22:36 +02:00
parent b38ecacb34
commit 6a03e039bb

View File

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