Search results

  1. R

    Guidance on how to get more joystick resolution

    Hi all, thanks to this thread and Pointy's blog post, I've managed to add additional 2 axes and 3 hats to my Teensy 3. All axes are 16 bit. The code can be downloaded from this thread: http://forum.pjrc.com/threads/23681-Many-axis-joystick?p=41723#post41723
  2. R

    Many axis joystick

    Hi, I've managed to get the 16 bit 8 axes + 4 hats working with Teensy 3.0. Attached are the 4 changed files from the teensy3 dir. I'm new, so I'm not sure where i could submit patches? Couple notes: instead of 16 bytes, now the JOYSTICK_SIZE is 24, and the usb_joystick_data has 5 array...
Back
Top