Circuit #1- BASIC BLINKING LED
About:
LEDs (light-emitting diodes) are small, powerful lights that are used in many different applications. it's like turning a light on and off.
About:
This is the code for circuit 1. The codes on there are what we send to the Arduino to get it to work.
Circuit #2- POTENTIOMETER
About:
A potentiometer is also known as a variable resistor. When it’s connected with 5 volts across its two outer pins, the middle pin outputs a voltage between 0 and 5, depending on the position of the knob on the potentiometer.
About:
This is the code for circuit 2. The codes on there are what we send to the Arduino to get it to work.
Circuit #3- RGB LED
About:
A colored one. RGB, or red-green-blue, LEDs have three different color-emitting diodes that can be combined to create all sorts of colors.
About:
This is the code for circuit 3. The codes on there are what we send to the Arduino to get it to work.
Circuit #4- MULTIPLE LEDs
About:
I gave my Arduino a little test by creating various lighting sequences.
About:
This is the code for circuit 4. The codes on there are what we send to the Arduino to get it to work.