Closed mck1117 closed 9 months ago
Flex sensors send fuel temp too, let's decode it.
Continental flex sensor fuel temperature can be read with the following formula: (Temperature = (41.25 * pulse width(ms)) - 81.25). 1000μs = -40C and 5000μs = 125C
this is done
Flex sensors send fuel temp too, let's decode it.