Hello everyone,
Is there a tutorial somewhere on how to use a usb keypad on Yun, and via bridge pass the values to your sketch? I've been searching and searching but can't find something. I understand that I need a python script on linux side to send the values over, and this is the part I can't figure out. Keypad is connected and working, did a cat /dev/input/event1 | hexdump and get the values, question is how to proceed. I think I can figure out the 32U4 side. Any help would be greatly appreciated.