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

Method mph

src/ELMduino.cpp:1195–1198  ·  view source on GitHub ↗

float ELM327::mph() Description: ------------ * Queries and parses received message for/returns vehicle speed data (mph) Inputs: ------- * void Return: ------- * float - Vehicle speed in mph */

Source from the content-addressed store, hash-verified

1193 * float - Vehicle speed in mph
1194*/
1195float ELM327::mph()
1196{
1197 return kph() * KPH_MPH_CONVERT;
1198}
1199
1200/*
1201 float ELM327::timingAdvance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected