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

Method rpm

src/ELMduino.cpp:1155–1158  ·  view source on GitHub ↗

float ELM327::rpm() Description: ------------ * Queries and parses received message for/returns vehicle RMP data Inputs: ------- * void Return: ------- * float - Vehicle RPM */

Source from the content-addressed store, hash-verified

1153 * float - Vehicle RPM
1154*/
1155float ELM327::rpm()
1156{
1157 return processPID(SERVICE_01, ENGINE_RPM, 1, 2, 1.0 / 4.0);
1158}
1159
1160/*
1161 int32_t ELM327::kph()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected