void setup() { Serial.begin(9600); char mensaje[] = "Hola mundo"; Serial.println(mensaje); } void loop() { }