1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Stubs has been renamed as snippets. There's no need for both.

This commit is contained in:
Tom Igoe 2010-05-25 11:38:27 +00:00
parent ed647576c6
commit 9f755fd414

View File

@ -1,9 +0,0 @@
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Hello World!");
}