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

Method absBaroPressure

src/ELMduino.cpp:1635–1638  ·  view source on GitHub ↗

uint8_t ELM327::absBaroPressure() Description: ------------ * Find absolute barometric pressure in kPa Inputs: ------- * void Return: ------- * uint8_t - Absolute barometric pressure in kPa */

Source from the content-addressed store, hash-verified

1633 * uint8_t - Absolute barometric pressure in kPa
1634*/
1635uint8_t ELM327::absBaroPressure()
1636{
1637 return (uint8_t)processPID(SERVICE_01, ABS_BAROMETRIC_PRESSURE, 1, 1);
1638}
1639
1640/*
1641 float ELM327::catTempB1S1()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected