An open API service indexing awesome lists of open source software.

https://github.com/mateo-velasquez/luces-led

Repository for a project developed during the third semester of the Systems Engineering program at the Catholic University of Córdoba, as part of the course Computer Architecture I (2016 curriculum).
https://github.com/mateo-velasquez/luces-led

assembly assembly-language c

Last synced: 2 months ago
JSON representation

Repository for a project developed during the third semester of the Systems Engineering program at the Catholic University of Córdoba, as part of the course Computer Architecture I (2016 curriculum).

Awesome Lists containing this project

README

          

# LED Lights Sequences

This repository contains a project developed during the **fifth semester** of the **Systems Engineering** program at the **Catholic University of Córdoba**, as part of the course **Computer Architecture I** (Plan 2016).

👨‍🏫 **Professor**: Luis Toledo

---

## 🧠 Project Description

This project implements **four different LED light sequence patterns**, developed for embedded systems.

- **Two of the sequences were programmed in C**
- **Two were implemented in Assembly**

The purpose of the project was to gain hands-on experience working with low-level programming and understand how different programming paradigms interact directly with hardware components.

Although no screenshots are included, the project involved controlling real LED hardware to execute light patterns with varying timing and behavior.

---

## 💡 Key Learning Outcome

This project was especially valuable in helping me understand the **critical role of hardware** in software development. Writing code that interfaces directly with physical components taught me how low-level design decisions can affect performance, precision, and the overall behavior of a system.

It was a foundational step in bridging the gap between **software logic** and **hardware behavior** — a crucial skill for anyone working in systems engineering.

---

## 🛠️ Technologies Used

- C Programming
- Assembly Language
- Microcontroller Programming
- LED Control Logic

---

## 📚 Academic Context

- 📍 **University**: Catholic University of Córdoba
- 🎓 **Degree**: Systems Engineering (2016 curriculum)
- 📘 **Course**: Computer Architecture I
- 📅 **Semester**: Fifth

---