JRomainG / Driving-Force-Shifter-USB-Adapter

Arduino-based USB adapter for the Logitech Driving Force Shifter
GNU General Public License v3.0
25 stars 2 forks source link

GEARS not recognize #5

Open 2caderbug opened 8 months ago

2caderbug commented 8 months ago

I have my shifter in gear neutral and it is getting recognize as gear 3. I changed the up and down values high and low but still wont fix.

JRomainG commented 7 months ago

Hi, thanks for the issue.

I have a couple questions before any suggestions:

From the description your provide, I would indeed expect that the thresholds might not be accurate, but it could also be a wiring issue with one of the cables meaning the y value is incorrect

2caderbug commented 7 months ago

I actually fixed that but after fixing it. My neutral gear is not being detected. All of my gears are correct except my natural gear

JRomainG commented 7 months ago

By default, switching to neutral does not register as a button (instead, in neutral, no button should be shown as pressed). If you want to change this behavior, you can set REGISTER_NEUTRAL to 1 in G29_Shifter.ino. The neutral gear should then register as button 0. Let me know if that helps!