Open patatman opened 2 years ago
If you use something other the pin A2 for the Analog input, you need to change more then only line 77. You also need to change line 95 to the correct pin. I used A0 and A5 as pins, So I need to change Line77 to A5 and line 95 to 5 https://github.com/AM-STUDIO/LOGITECH_USB_ADAPTER/blob/fbfec5a162ed0a360f33a319a6adf50e8496c987/Logitech_Shifter_USB.ino#L95
A0
A5
5
If you use something other the pin A2 for the Analog input, you need to change more then only line 77. You also need to change line 95 to the correct pin. I used
A0
andA5
as pins, So I need to change Line77 toA5
and line 95 to5
https://github.com/AM-STUDIO/LOGITECH_USB_ADAPTER/blob/fbfec5a162ed0a360f33a319a6adf50e8496c987/Logitech_Shifter_USB.ino#L95