void setup() { // declare the ledPin as an OUTPUT: pinMode(ledPin, OUTPUT); lcd.begin(16, 2); lcd.print("Read POT!");}