void loop() { sensorValue = analogRead(sensorPin); // read the pot value Serial.println(sensorValue); // print the sensor value back to the serial monitor