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

Method manifoldPressure

src/ELMduino.cpp:1135–1138  ·  view source on GitHub ↗

uint8_t ELM327::manifoldPressure() Description: ------------ * Find intake manifold absolute pressure in kPa Inputs: ------- * void Return: ------- * uint8_t - Intake manifold absolute pressure in kPa */

Source from the content-addressed store, hash-verified

1133 * uint8_t - Intake manifold absolute pressure in kPa
1134*/
1135uint8_t ELM327::manifoldPressure()
1136{
1137 return (uint8_t)processPID(SERVICE_01, INTAKE_MANIFOLD_ABS_PRESSURE, 1, 1);
1138}
1139
1140/*
1141 float ELM327::rpm()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected