So I am using gamepad with 2 analog "sticks". I am sending that signal via USB to PC, and from PC via usb to PyBoard.
The program works, I'm using bytearray and that struct.pack/unpack. It's perfectly fine.
But some of the buttons cause Keyboard Interrupt. Is it possible to turn the interrupts off?
I know that should be possible as it is an elementary thing in programming microcontrollers.
Thanks for help
