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

Method supportedPIDs_61_80

src/ELMduino.cpp:2275–2278  ·  view source on GitHub ↗

uint32_t ELM327::supportedPIDs_61_80() Description: ------------ * Determine which of PIDs 0x61 through 0x80 are supported (bit encoded) Inputs: ------- * void Return: ------- * uint32_t - Bit encoded booleans of supported PIDs 0x61-0x80 */

Source from the content-addressed store, hash-verified

2273 * uint32_t - Bit encoded booleans of supported PIDs 0x61-0x80
2274*/
2275uint32_t ELM327::supportedPIDs_61_80()
2276{
2277 return (uint32_t)processPID(SERVICE_01, SUPPORTED_PIDS_61_80, 1, 4);
2278}
2279
2280/*
2281 float ELM327::demandedTorque()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected