hackf / rpi_door

MIT License
2 stars 3 forks source link

Hardware vs Software delay #10

Closed Taar closed 10 years ago

Taar commented 10 years ago

Right now when the GPIO pin is LOW the lock method is ran, the software waits 30 seconds before actually locking the door. It's meant to give someone enough time to exit the space without it locking on them. Currently there is no visual que that the delay is happening (which is an issue). A visual que can be added easily but than the question is do we make a better hardware or software delay?

Taar commented 10 years ago

We've decided to use a software delay, closing this.