if I use this code alone it works perfectly so we can say that it is not the right physical part?
vlr_tensao_lambda = analogRead (A0); // port of sensor votage
tensao_lambda = ((vlr_tensao_lambda * 0.00489) * 5); // float to convert A0 result
if I use this code alone it works perfectly so we can say that it is not the right physical part?
vlr_tensao_lambda = analogRead (A0); // port of sensor votage
tensao_lambda = ((vlr_tensao_lambda * 0.00489) * 5); // float to convert A0 result