AnyWorldGames
New member
I have a foot controller using 8 paddles.
The code reads the 8 switches, parses that to a given output, and sends that single keyboard character.
It is supposed to be a single character sent one time.
Instead, it sends the same character continuously.
Pressing a different switch changes the output correctly but it also keeps sending.
This code works fine on a Teensy 3.2 and freaks out on the 4.1.
Any ideas? Thank you.
The code reads the 8 switches, parses that to a given output, and sends that single keyboard character.
It is supposed to be a single character sent one time.
Instead, it sends the same character continuously.
Pressing a different switch changes the output correctly but it also keeps sending.
This code works fine on a Teensy 3.2 and freaks out on the 4.1.
Any ideas? Thank you.