Serial.println(analogRead(39));to read the value on computer
What is the compiler supposed to do there?
You need // after the ;
Serial.println(analogRead(39));to read the value on computer
What is the compiler supposed to do there?
You need // after the ;