2012-04-29 11:38:20 +02:00

12 lines
104 B
C++

void setup()
{
Serial.begin(9600);
Serial.println("Hello world!");
}
void loop()
{
}