Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: lionstatic

Search: Search took 0.00 seconds.

  1. I also just tried sending the data over USB via...

    I also just tried sending the data over USB via Serial, replacing the Joystick code with Serial prints:



    Serial.print(analogX, DEC);
    Serial.print(' ');
    Serial.print(analogY, DEC);...
  2. Using Teensy 3.1 as joystick, not showing up as game controller

    I've recently migrated from a Teensy 3.0 to a Teensy 3.1 board. I had written a sketch for the Teensy 3.0 board that obtains data from a Wii Nunchuk using I2C (communicating via pins 18 & 19, with...
Results 1 to 2 of 2