Guitarman9119 / Raspberry-Pi-Pico-

Tutorials / Projects and Devlog - Course Related to the Raspberry Pi Pico
248 stars 79 forks source link

Code Fix #8

Closed parvepunit closed 10 months ago

parvepunit commented 10 months ago

I think the row pin should not be High all the time as done on line 25, as we are already pulling each row up on line 36 for checking. when all the row line were high it caused glitches in my irq handler to fix it on line 25 i put each row pin value to 0.