Some TPS Notes.....
; -----------------------------------------------------------------------------
; TPS(degrees) = (ECU_TPS * .4519) - 7.0
;
; These values where measured on car. DVM on the TPS sensor. The degrees
; were read off the command module. It was somewhat difficult to push the
; throttle in with precision but values were pretty close. What is a little
; puzzling is that the voltage range varied so widely, between 35mv to 61mv.
; If you take the 14 degree to 90 degree readings and divide by 76 steps
; you get about 43mv per step with a 313mv offset to get to zero degrees...
; Well that 313mv offset is the 7.0 that is subtracted in the equation to
; display degrees above.
;
; Degrees Voltage range ADC
; 14 0.906 - 0.941 46-48
; 15 0.941 - 0.981 48-50
; 16 0.981 - 1.042 50-53
; 17 1.042 - 1.079 53-55
; 20 1.160 - 1.194 59-61
; 25 1.362 - 1.423 70-73
; 30 1.582 - 1.640 81-84
; 35 1.795 - 1.856 92-95
; 40 2.032 - 2.077 104-106
; 50 2.461 - 2.500 126-128
; 60 2.892 - 2.930 148-150
; 70 3.323 - 3.361 170-172
; 80 3.75 - 3.79 192-194
; 90* 4.18 - 214-
;
; * Controller won't display more than 90 degrees
; * Throttle was floored..........
;
; -----------------------------------------------------------------------------