Posts

Creating an Xinput Library for Teensyduino

Posted:

Recently Jeremy Williams from Tested! has been working on his very own controller. This one emulated another classic arcade giant, the pinball machine. Runn...

The Code

Posted:

Now that we have defined the device and prepared responses for any queries from the PC, the only two things we have left to do is the code for our inputs and...

Wrapping it all up!

Posted:

We finally did it! We have created a custom USB device on the TeensyLC and allowed it to send the packets expected from a X360 controller. We even went as fa...

Dinput VS Xinput

Posted:

There is likely to be quite a few misconceptions and errors in this area of my understanding. I am not a game developer and actually do very minimal PC appl...

Defining the Xinput USB Device

Posted:

Teensyduino is set up to define USB devices through the usb_desc.h file. So we arae going to want to add the following code to this file: