Circuit 1
Codes were imputed into the Arduino Board to make the LED light up
Processing
This shows that the LED lights up really fast and turns off and repeats
I've changed the first delay to 10 instead of 1000, the reason it was change was to make the LED light up for 10 milliseconds instead of 1000
Circuit 2
Here it shows the turning the knob(potentiometer) changes the speed of the LED lighting up
In the code it shows how the values are changed with the potentiometer and the potentiometer is connected to analog pin 0
Processing
The potentiometer is a knob that changes the resistance when it's turned one way or the other way. When you turn the knob one way it will change the speed to light up the LED faster or slower
Circuit 3
In this Circuit I used a Led with 4 pins that is able to change to different colors(RGB)
This code shows how to get the LED to change different colors
Circuit 4
The Arduino is running with one after another no functions.
This is the original code where one after another functions is being used
Processing
The Arduino is running with one at a time light function
In this code it shows that removing "//" activated the code oneOnAtATime
Processing
The Arduino is running with "pingpong" Function
This code shows how the "pingPong" function is activated once the"//" are removed
Circuit 5
Here it shows that pressing one button turns on the LED and pressing both Turns the LED off.
This code shows he names of the buttons and what pins the buttons were set too.
Circuit 6
The LED is turn on but when you place your finger on photo sensor the light intensity increases
The code is running with a functions that makes the intensity increase when the photosensor is covered
Processing
Pro's
The LED intensity will increases when the photo sensor is covered
Con's
The LED might die faster since it's on all the time
The LED might explode if something ends up covering the sensor for too long
Picture Of me working on the arduino