Teensy HID with XBox Controller

Status
Not open for further replies.

SimonWakley

Active member
I am using an XBox controller and wanted to add a single axis joystick input from a Teensy being an HID. I got this working using an un-used joystick input on the XBox.
// Not used by the Game Pad
Joystick.Zrotate(analogRead(0));
This is fine but the Joystick send values conflict with the XBox when it is plugged in. Is there a simple way to get these 2 to co-exist. I have 3 input button and a Thumb Joystick. (Modified a Zoom Control)
SingleJoystick.jpg
 

Attachments

  • ZoomLancHid.ino
    2.9 KB · Views: 44
Last edited:
Status
Not open for further replies.
Back
Top