CuriousJames / DIYAC

Raspberry Pi Python code & PCB design project to control door access (access control) via a wiegand card and/or keypad reader, handles a doorbell too
6 stars 2 forks source link

Have PiGPIO handle bouncy switches #21

Closed CuriousJames closed 4 years ago

CuriousJames commented 4 years ago

It's possible to have PiGPIO handle bouncy GPIs in software, so apply that to all appropriate input switches:

CuriousJames commented 4 years ago

Implemented!