void setup() {
Serial.begin(57600);
Serial.println("Hello to all intelligent life forms.");
}
void loop()
{
static int frame; frame++;
Serial.println(frame);
delay(1000);
}
void setup() {
Serial.begin(57600);
Serial.println("Hello to all intelligent life forms.");
}
void loop()
{
static int frame; frame++;
Serial.println(frame);
delay(1000);
}