4L80E DIY transmission controller
I have looked at the Calculation in the section of Arduino code posted in 2019. I am trying to figure out what slope was used and why you cannot calculate the PWM based on a linear graph. Could you let me know. you could message me at davespeece@gmail or reply here. I don't check this site very ofter but I am interested in building a test harness for my 4l80 since my FiTech transmission controller or transmission is having issues.
I have looked at the Calculation in the section of Arduino code posted in 2019. I am trying to figure out what slope was used and why you cannot calculate the PWM based on a linear graph. Could you let me know. you could message me at davespeece@gmail or reply here. I don't check this site very ofter but I am interested in building a test harness for my 4l80 since my FiTech transmission controller or transmission is having issues.
Code:
linePressDuty = constrain(map(actualTPS, minTPS, maxTPS, 153, 0), 0, 153);







