Pinned Repositories
2022-election-analysis
election analysis project developed in the object oriented programming course.
2022-election-analysis-v2
election analysis project developed in the object oriented programming course, but in c++.
analise-veiculos
Uso de uma base de dados sobre vendas de veículos para realizar análises
bcgx-challenge-2023
dijkstras-algorithm
Applying Dijkstra's algorithm into a self-driving car context
product-preview-card-react
A frontEnd mentor challenge to build a product preview card. Developed with pure React
search-machine
project developed in the search and sort algorithms course.
stm32-PID-control
Motor control system for a smart walking assistance device.
tic-tac-toe
Game developed using React
union-find-kruskal
Applying the union-find problem in a search and sort course project.
HenriqCaetano's Repositories
HenriqCaetano/MotorControl-stm32f103c8t6
Codes developed for the control of a DC motor using encoders, a STM32f103c8t6 and a MD22 motor driver. This code is still in development.
HenriqCaetano/2022-election-analysis
election analysis project developed in the object oriented programming course.
HenriqCaetano/2022-election-analysis-v2
election analysis project developed in the object oriented programming course, but in c++.
HenriqCaetano/analise-veiculos
Uso de uma base de dados sobre vendas de veículos para realizar análises
HenriqCaetano/bcgx-challenge-2023
HenriqCaetano/dijkstras-algorithm
Applying Dijkstra's algorithm into a self-driving car context
HenriqCaetano/product-preview-card-react
A frontEnd mentor challenge to build a product preview card. Developed with pure React
HenriqCaetano/search-machine
project developed in the search and sort algorithms course.
HenriqCaetano/stm32-PID-control
Motor control system for a smart walking assistance device.
HenriqCaetano/tic-tac-toe
Game developed using React
HenriqCaetano/union-find-kruskal
Applying the union-find problem in a search and sort course project.
HenriqCaetano/double-motor-control
STM32 code to control two motors using a PID controller.
HenriqCaetano/EDcare-elderlySocialCare
Codes developed for the data structure discipline in Computer Engineering course at UFES.
HenriqCaetano/encoder-motorControl-stm32
This code is a modification of another library, to serve the purposes of a third-party development.
HenriqCaetano/HenriqCaetano
Config files for my GitHub profile.
HenriqCaetano/huffmansAlgorithm
Project developed in the Data Structure subject at UFES, for partial grading. This project implements the huffmans algorithm for the compression of files. It works better with text files.
HenriqCaetano/Java-Task-list
Uma lista de tarefas implementada em java
HenriqCaetano/Linketinder-Project
HenriqCaetano/motorControlLibrary-stm32
A unified version of other libraries that deal with encoder reading, PID controller and driver management
HenriqCaetano/Quick-Information
Config files for my GitHub profile.
HenriqCaetano/Repositorio-GetStarted--K1-T1-
HenriqCaetano/todo-list
A simple todo list made with React