bare_minimum by hollomanmesakids

Cloned from Sketch bare_minimum by testpapadopou

That's the minimum code every Arduino project should contain.
### Functions `setup` function is only used once when the board is powered. `loop` function is used right after setup and is repeated until the board is either reset or powered off.

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:300429" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>