Lesson 03: Project LED Blink Breadboard and Resistor
In this lecture we learn to make our first project of Arduino. It is called Blink.
An Light Emitting Diode (LED) is connected with a voltage dividing resistor to Arduino and
Arduino turns it ON and OFF in at different intervals of time. We will have control over time.
We learn how to calculate and select resistor for Arduino because we have Arduino boards workign with 5V and
some board working with 3.3V so we have to know how to calcualte the value or resistor.
Also bread board is expalined and how to use it so student knows how to connect components in proper way for learning and prototying.
/*
* Written by Ahmad S. for Robojax.com
* Date: April 01, 2017, in Ajax, Ontario, Canada
* Permission granted to share this code given that this
* note is kept with the code.
* Disclaimer: this code is "AS IS" and for educational purpose only.
*
*/