Circuit 1
This code makes the LED blink every one second
This code makes it so that the LED blinks every 1/20 of a second instead of it originally blinking once every second.
Circuit 2
Process Grade
The potentiometer works by picking up an input voltage and then it distributes different amounts to each circuit.
Circuit 3
Circuit 4
Process Grade
This randomizes which LED lights up.
This code makes the LEDs light up one at a time.
Circuit 5
This code allows turns the LED on when the bottom button is pressed or both buttons are pressed simultaneously.
Circuit 6
Process Grade
autoTune
Pros: The computer does all of the work for you,
Cons: You can only do fully off and fully on,
manualTune
Pros: You can change the levels of brightness,
Cons: Have to repeatedly change values of brightness until it works as intended.
Circuit 7
Process Grade
This code allows the LED to light up when the temperature sensor reads that the temperature around it is over 75 degrees Fahrenheit. To light up the LED it sends voltage to the LED.