1000, 500); code
why/how does the serial monitor produce the measured distance value AND a second value -the actual proximity value before conversion???,
In – “else if (proximity >= 5 && proximity <= 6){ tone(tonePin
2 Answers
Sorry everyone. I have looked at the code for Parking Sensor project in more detail and realised that I was looking at the wrong part of the loop 2nd section where serial.printin(distance) and serial printin(proximity) are declared. my mistake problem solved
regards