Today I started my first Arduino project: LED Blinking.
I learned how Arduino uploads code and controls outputs using digital pins.
I connected an LED to the Arduino UNO (with a resistor) and uploaded a simple blink program.
The LED turns ON and OFF with a delay, and I understood how delay() works.
0
Log in to leave a comment