Rotary Keyboard
squidgeefish.com
Rotary Keyboard
1–10 of 61 posts
Re: Rotary Keyboard
#2Re: Rotary Keyboard
#3I'd like to see a video of a google voice or other call made using the rotary number pad :)
Re: Rotary Keyboard
#4Re: Rotary Keyboard
#5Re: Rotary Keyboard
#6This is so cool, especially for those of us who've used rotary phones. I'd like to see a video of a google voice or other call made using the rotary number pad :)
What would be really cool is to see some version of “Minority Report” actually work in my lifetime.
Sort of like people who lived during the invention of the airplane and got to see humans land on the moon
Re: Rotary Keyboard
#7That's a fun hack!
Re: Rotary Keyboard
#8Re: Rotary Keyboard
#9You should never use interrupts for this sort of input with lots of inherent switching noise. At best you could wait for one interrupt then disable it while polling in a debounce routine. Interrupts are a red flag that someone hasn't investigated what the switching is doing to their micro.