mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-12 23:08:52 +01:00
35777612c0
All examples in /build/shared/examples/ and /libraries/ have had their extensions changed to .ino
10 lines
132 B
C++
10 lines
132 B
C++
void setup() {
|
|
// put your setup code here, to run once:
|
|
|
|
}
|
|
|
|
void loop() {
|
|
// put your main code here, to run repeatedly:
|
|
|
|
}
|