El código fuente que podéis ver aquí son ejemplos utilizados en el vídeo tutorial http://www.youtube.com/user/jalucenyo en el cual se explica básicamente como ...
When you open the Arduino IDE, you will be greeted with an empty starter program. Each Arduino program is comprised of two primary functions: setup() and loop(). The setup() function used to ...