-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
hello powerbroker!
Thank for your awesome library.
I'm struggling to get O2 lambda equivalent from 0x34. Will this code work?
float ELM327::o2lamdasensor()
{
if (queryPID(SERVICE_01, OXYGEN_SENSOR_1_C ))
return conditionResponse(findResponse(), 2, 2.0/65536);
return ELM_GENERAL_ERROR;
}actually I didn't understand of the conditionResponse() function. I think It added recently ...
Waiting for your reply thanks!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested