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 */
| 2273 | * uint32_t - Bit encoded booleans of supported PIDs 0x61-0x80 |
| 2274 | */ |
| 2275 | uint32_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() |
nothing calls this directly
no outgoing calls
no test coverage detected