float ELM327::relativePedalPos() Description: ------------ * Find relative accelerator pedal position in % Inputs: ------- * void Return: ------- * float - Relative accelerator pedal position in % */
| 2153 | * float - Relative accelerator pedal position in % |
| 2154 | */ |
| 2155 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected