[arduino-tutorial] Blink an LED by mi.vasilakis

This sketch is missing a short description
LED (Light-emitting diode) has two pins. The positive end of a LED (larger pin) is called anode, and the negative end is called cathode. This example shows the simplest thing you can do with an Arduino to see physical output: it blinks a LED! In this tutorial you will also learn how to use pinMode() and digitalWrite() functions. More info can be found here: http://www.ardumotive.com/how-to-blink-an-led-en.html

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:108435" 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>