void setup()
{
Serial.begin(9600);
}
void loop()
{
String message = "What the .....!";
Serial.println(message);
delay(2000);
}
void setup()
{
Serial.begin(9600);
}
void loop()
{
String message = "What the .....!";
Serial.println(message);
delay(2000);
}