source:
arduino-1-6-7/trunk/fuentes/arduino-ide-amd64/examples/01.Basics/BareMinimum/BareMinimum.ino
@
4837
Last change on this file since 4837 was 4837, checked in by , 4 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | void setup() { |
2 | // put your setup code here, to run once: |
3 | |
4 | } |
5 | |
6 | void loop() { |
7 | // put your main code here, to run repeatedly: |
8 | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.