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

Method throttle

src/ELMduino.cpp:1275–1278  ·  view source on GitHub ↗

float ELM327::throttle() Description: ------------ * Find throttle position in % Inputs: ------- * void Return: ------- * float - Throttle position in % */

Source from the content-addressed store, hash-verified

1273 * float - Throttle position in %
1274*/
1275float ELM327::throttle()
1276{
1277 return processPID(SERVICE_01, THROTTLE_POSITION, 1, 1, 100.0 / 255.0);
1278}
1279
1280/*
1281 uint8_t ELM327::commandedSecAirStatus()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected