1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03: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!");
}