1 2 3 4 5 6 7
void setup() { Serial.begin(9600); } void loop() { Serial.println("Hello!"); delay(1000); }