void setup()
{
Serial.begin(115200);
for (byte i=240; i<300; i++)
{
Serial.print(i);
Serial.println("\tmodellieren sie...");
delay(200);
}
}
void loop()
{
}
void setup()
{
Serial.begin(115200);
for (byte i=240; i<300; i++)
{
Serial.print(i);
Serial.println("\tmodellieren sie...");
delay(200);
}
}
void loop()
{
}