Recent content by laughingloud

  1. L

    Teensy and Analog Stick works in Windows but not in game

    /* * Project Arduino XInput Library * @author David Madison * @link github.com/dmadison/ArduinoXInput * @license MIT - Copyright (c) 2019 David Madison * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated...
  2. L

    Teensy and Analog Stick works in Windows but not in game

    I found an xinput library. I got the game to recognize my device but its just constantly cycles the analog stick. I modified this example to only include the left thumbstick but not sure how to get it to recognize the analog wires 8 and 9 and the one digital one. Trying to get a hold of the guy...
  3. L

    Teensy and Analog Stick works in Windows but not in game

    Hello, I am new to Teensy and coding in general. I am replacing a dpad with a analog stick on a gamepad. Just trying to get one Analog stick to work in game. I used the Teensy joystick example and got it working in the windows game controller properties. It also works on a html gamepad test site...
Back
Top