CrazyRedMachine / LUFAHybridFightstick

Nintendo switch AND XInput controller for Arduino Leonardo and Pro Micro
GNU General Public License v3.0
52 stars 16 forks source link

Pins for joysticks #13

Closed D4vv1-1d closed 2 years ago

D4vv1-1d commented 2 years ago

which are these pins for one joystick or for 2? If it is for 2 which is for left and right?

ifdef WITH_ANALOG

define PIN_LANALOGX A0

define PIN_LANALOGY A1

define PIN_RANALOGX A2

define PIN_RANALOGY A3

CrazyRedMachine commented 2 years ago

LANALOGX = left analog X axis LANALOGY = left analog Y axis RANALOGX = right analog X axis RANALOGY = right analog Y axis

D4vv1-1d commented 2 years ago

Sorry I didn’t read it properly but thankyou