Hi, I'm about to order a Teensy for making a simple usb joystick. I was thinking just to use the standard joystick-example with 6 axes and 32 buttons. In relation to that I have a few stupid questions, that I did not find answers to in the FAQ.
- Does the different versions of the Teensy (version 2/ 2++/ 3) deliver different options for axes and buttons or is this a result of the joystick-example code?
- I haven't found any diagrams on how the joystick example expects input on the different pins. Are analog inputs on pin A1-A6 and then button 1-32 on pin?
- Are there any examples of what kind of wiring is needed for 32 buttons/switches?
- What is the deal with 3.3v of version 3 and 5v of version 2? I would expect that it would be easier to get a 5V psu if external power is required, but is that correct?
- I would expect that 6 pots and 32 buttons could be run entirely on the power supplied by the usb bus?