RandomWireTechnologies / ctrl-o-node

This is the python code that runs on the Ctrl-O Nodes
Artistic License 2.0
6 stars 3 forks source link

Update GPIO Pins #2

Closed pataelmo closed 9 years ago

pataelmo commented 9 years ago

The new hardware pin selection has the unique problem that when the Pi is rebooted or shutdown the GPIO selected will be driven high. This means that the door will unlock on reboot, which is a major security issue. The solution is to change the hardware, but the software needs to be updated to match the new GPIO used.

pataelmo commented 9 years ago

Code was updated to change back to GPIO 25 at commit d5ec65b2b4f2c1d2d8a23539d2912cae88e409e0