mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Adding Tom's new examples.
This commit is contained in:
9
build/shared/examples/Stubs/HelloWorld/HelloWorld.pde
Normal file
9
build/shared/examples/Stubs/HelloWorld/HelloWorld.pde
Normal file
@ -0,0 +1,9 @@
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Serial.println("Hello World!");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user