Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement flex fuel sensor temperature input #254

Closed
mck1117 opened this issue Sep 18, 2023 · 2 comments
Closed

Implement flex fuel sensor temperature input #254

mck1117 opened this issue Sep 18, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mck1117
Copy link
Collaborator

mck1117 commented Sep 18, 2023

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

@diy-efi
Copy link

diy-efi commented Sep 18, 2023

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 mck1117 added the enhancement New feature or request label Sep 25, 2023
@mck1117
Copy link
Collaborator Author

mck1117 commented Jan 17, 2024

this is done

@mck1117 mck1117 closed this as completed Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants