This is one of the activities I was tasked to do in the course “Computer Organization (ENCM 369)” at University of Calgary. I used the language C to code the LED pattern. The LED pattern is stored in an array. A for loop is used to iterate over the array with a delay of 1 microsecond per pattern (amount of time for light display). This project makes use of the PICkit microcontroller and MPLAB to run the C code.