Traction Control Solved

While working today, I just figured out traction control.  Simply add this to your motorcycle's ECU and you'll be all set:

while ( rearwheel_speed > frontwheel_speed) {
  set engine_rpm = 8000;
  set fuelinjector_fuel_amt = 0;
}

Settings may vary between machines.  I wonder if Yoshimura Suzuki is hiring …


About this entry