} EJERCICIO #48 CODIGO: int pot = 0; void setup() { Serial.begin(9600); } void loop() { pot = analogRead(A5); Serial.println(pot); }