float ELM327::throttle() Description: ------------ * Find throttle position in % Inputs: ------- * void Return: ------- * float - Throttle position in % */
| 1273 | * float - Throttle position in % |
| 1274 | */ |
| 1275 | float ELM327::throttle() |
| 1276 | { |
| 1277 | return processPID(SERVICE_01, THROTTLE_POSITION, 1, 1, 100.0 / 255.0); |
| 1278 | } |
| 1279 | |
| 1280 | /* |
| 1281 | uint8_t ELM327::commandedSecAirStatus() |
nothing calls this directly
no outgoing calls
no test coverage detected