Description
Use the Arduino to control a light emitting diode, turning the light on for 2.5s every 0.5s
Components Used
· Light Emitting Diode (LED)
· Resistor
· Arduino
The first project was to create a working LED blink program loaded onto the Arduino board. Using materials and directions provided, completed this assignment with the standard code, below:
Description
Used the Arduino to turn an LED on and off at a specified rate.
Components Used
Arduino Uno
220 kohm resistor
Blue LED
Arduino Code (modified from Blink example)
/*
DESCRIPTION
Using the Arduino to control a LED and making it flicker like a strobe light.
COMPONENTS
Red LED
220 ohm resistor
ARDUINO CODE