1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Adding Basics folder for examples, for beginners

This commit is contained in:
Tom Igoe
2010-07-26 23:03:34 +00:00
parent a97a83cdc4
commit aa6a81cf31

View File

@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}