Teensy LC Joystick
Posted: Mon Dec 12, 2016 3:53 am
Since I followed wermys guide for the teensy which uses "Keyboard + Mouse + Joystick" mode, would I be able to use the joystick code here: https://www.pjrc.com/teensy/td_joystick.html
I would assume in the loop method I just use:
Joystick.X(value1);
Joystick.Y(value2);
Where the values are analog readings from the pins of the X and Y axis of the joystick I purchased which is http://core-electronics.com.au/thumb-sl ... stick.html . Am I correct? Would emulationstation pick this up as an analog stick?
I would assume in the loop method I just use:
Joystick.X(value1);
Joystick.Y(value2);
Where the values are analog readings from the pins of the X and Y axis of the joystick I purchased which is http://core-electronics.com.au/thumb-sl ... stick.html . Am I correct? Would emulationstation pick this up as an analog stick?