Hello all!
I'm using a Teensy 3.2 to convert an old TI-99/4A keyboard into a USB keyboard. So far, it's working mostly properly. Here's the code I'm using for the regular keys:
if(column3.fallingEdge()){
...
Hello!
I'm working on a project in which I'm using the Teensy 3.2 as an HID keyboard. Unfortunately, I messed up my code and it is constantly inputting characters every 90 milliseconds or so. Because it's inputting...