MCPcopy Create free account
hub / github.com/PowerBroker2/ELMduino / ethanolPercent

Method ethanolPercent

src/ELMduino.cpp:2075–2078  ·  view source on GitHub ↗

float ELM327::ethanolPercent() Description: ------------ * Find ethanol fuel in % Inputs: ------- * void Return: ------- * float - Ethanol fuel in % */

Source from the content-addressed store, hash-verified

2073 * float - Ethanol fuel in %
2074*/
2075float ELM327::ethanolPercent()
2076{
2077 return processPID(SERVICE_01, ETHANOL_FUEL_PERCENT, 1, 1, 100.0 / 255.0);
2078}
2079
2080/*
2081 float ELM327::absEvapSysVapPressure()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected