AWOL:
You're reading a value into a variable, then overwriting the value in the variable with another read.
And then doing it again.
What's the point of that?
sensorValue = analogRead(sensorPin1,sensorPin2,sensorPin3);
is this correct spelling?
AWOL:
You're reading a value into a variable, then overwriting the value in the variable with another read.
And then doing it again.
What's the point of that?
sensorValue = analogRead(sensorPin1,sensorPin2,sensorPin3);
is this correct spelling?