pinMode(A0,INPUT); } void loop() { g= analogRead(A0); lcd.setCursor(5,0); lcd.print(g); delay(200); lcd.clear(); } EJERCICIO #40 CODIGO: