FOME-Tech / fome-fw

Free Open Motorsports ECU
https://www.fome.tech
Other
51 stars 27 forks source link

Implement flex fuel sensor temperature input #254

Closed mck1117 closed 9 months ago

mck1117 commented 1 year ago

Flex sensors send fuel temp too, let's decode it.

diy-efi commented 1 year ago

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

mck1117 commented 9 months ago

this is done