float ELM327::mafRate() Description: ------------ * Find mass air flow sensor (MAF) air flow rate rate in g/s Inputs: ------- * void Return: ------- * float - Mass air flow sensor (MAF) air flow rate rate in g/s */
| 1253 | * float - Mass air flow sensor (MAF) air flow rate rate in g/s |
| 1254 | */ |
| 1255 | float ELM327::mafRate() |
| 1256 | { |
| 1257 | return processPID(SERVICE_01, MAF_FLOW_RATE, 1, 2, 1.0 / 100.0); |
| 1258 | } |
| 1259 | |
| 1260 | /* |
| 1261 | float ELM327::throttle() |
nothing calls this directly
no outgoing calls
no test coverage detected