My projects for Computer Engineering classes. Each folder is named after the disciple's code, with it's full name available in the README file. ![]()
The main goal of this project was to create a PID controller using Arduino. In my case, I created a program to handle temperature changes by increasing and decreasing the voltage on a computer fan in order to cool a house prototype.
- T1 - converte_utf.c is a program in C to convert UTF-8 files into UTF-16 and back, UTF-16 into UTF-8.
- T2 - Compila.c is a program in C to compile a simple made up programming language
In this class my group and I were tasked with creating a Freecell game.
- T1 - Routine in C to simulate how a processor handles different incoming processes.
- T2 - Routine in C made to simulate a page table.
The goal of this class was to create and populate a Postgres database to illustrate a real life situation.
This classe's goal was to teach object oriented programming. To better illustrate how a project can be done using object oriented programming, I was tasked with recreating the popular Monopoly (Banco Imobiliário) game.