COLIN KWOK ENGINEERING PORTFOLIO
Electronic Assignment 1
In this assignment, I familiarized myself with the ELEGOO UNO Project Super Starter Kit. I used the Arduino IDE software and controller board to control an LED on the board. Overall, I enjoyed this project. It was an easy to follow introduction into microcontrollers. I'm can't wait to see more of the microcontroller's capabilities.
ELEGOO UNO R3 Arduino Board


This is the ELEGOO UNO R3 Arduino Board. I controlled and powered the board by connecting it to my laptop via a USB connector. This lead to the green "ON" light lighting up and the orange "L" light blinking.
Blink Function


I loaded the function that controlled the blinking on the IDE. By modifying the delay values in the loop, I was able to change how long the LED would stay on during each blink and the the time between each blink