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

Method relativePedalPos

src/ELMduino.cpp:2155–2158  ·  view source on GitHub ↗

float ELM327::relativePedalPos() Description: ------------ * Find relative accelerator pedal position in % Inputs: ------- * void Return: ------- * float - Relative accelerator pedal position in % */

Source from the content-addressed store, hash-verified

2153 * float - Relative accelerator pedal position in %
2154*/
2155float ELM327::relativePedalPos()
2156{
2157 return processPID(SERVICE_01, RELATIVE_ACCELERATOR_PEDAL_POS, 1, 1, 100.0 / 255.0);
2158}
2159
2160/*
2161 float ELM327::hybridBatLife()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected