{"id":23602793,"url":"https://github.com/andreirech/hardwarecontrol","last_synced_at":"2025-11-05T06:30:38.965Z","repository":{"id":236351039,"uuid":"792431218","full_name":"AndreiRech/HardwareControl","owner":"AndreiRech","description":"📚 Library for Hardware Control Through Memory-Mapped Registers in C","archived":false,"fork":false,"pushed_at":"2024-06-14T00:25:17.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T12:13:14.218Z","etag":null,"topics":["c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndreiRech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T16:50:10.000Z","updated_at":"2024-09-08T23:46:58.000Z","dependencies_parsed_at":"2024-05-18T15:27:28.750Z","dependency_job_id":"eae04a6f-a9f1-49d2-ac53-443d534605e4","html_url":"https://github.com/AndreiRech/HardwareControl","commit_stats":null,"previous_names":["andreirech/hardwarecontrol"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRech%2FHardwareControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRech%2FHardwareControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRech%2FHardwareControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRech%2FHardwareControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreiRech","download_url":"https://codeload.github.com/AndreiRech/HardwareControl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449583,"owners_count":19640535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c"],"created_at":"2024-12-27T12:13:17.563Z","updated_at":"2025-11-05T06:30:38.900Z","avatar_url":"https://github.com/AndreiRech.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ALUNOS\r\n\r\n- [Andrei Rech | 23102140](https://github.com/AndreiRech)  \r\n- [Eduardo Colla De Bastiani | 23106295](https://github.com/eduardo-de-bastiani)\r\n- [Mariah Backes Freire | 23102560](https://github.com/mariahbf)\r\n\r\n# INTRODUÇÃO\r\n\r\nBiblioteca para Controle de Hardware Através de Registradores Mapeados em Memória em C\r\n\r\n# 🛠 PRÉ REQUISITOS\r\n\r\nÉ necessária a utilização de um sistema operacional baseado em Linux. Caso deseje acessar utilizando windows, recomenda-se a utilização do [WSL](https://learn.microsoft.com/pt-br/windows/wsl/install)\r\n\r\n# ⚙ INICIALIZAÇÃO\r\n\r\n- **EDIÇÃO**\r\n\r\nPara podermos editar o projeto, é necessário abrir o terminal e digitar:\r\n\r\n```bash\r\n    make\r\n```\r\n\r\n```bash\r\n    ./exec\r\n```\r\n\r\nEm outro terminal, acesse o emulador, utilizando:\r\n\r\n```bash\r\n    ./emulator\r\n```\r\n\r\nApós ter termiado, utilize o comando abaixo para limpar os arquivos criados:\r\n\r\n```bash\r\n    make clean\r\n```\r\n\r\n*Toda vez que fizer alguma alteração deve refazer os primeiros dois passos para mostrar no terminal*\r\n\r\n- **VISUALIZAÇÃO**\r\n\r\nPara visualizar o projeto, apenas utilize o comando a seguir:\r\n\r\n```bash\r\n    ./emulator\r\n```\r\n\r\n# O QUE FAZER\r\n\r\nAqui está a lista de a fazeres do trabalho.\r\n\r\n**REGISTRADOR 0**\r\n\r\n- [X] Liga/Desliga o display\r\n- [X] Verificar situacao do display         \r\n- [X] Selecionar o modo de exibição\r\n- [X] verificar modo de exibicao            \r\n- [X] Define velocidade de atualização do display em valores múltiplos de 100 milisegundos para modo de exibição não estático\r\n- [X] verifica velocidade de atualizacao\r\n- [X] Liga/Desliga o LED de operação\r\n- [X] verifica situacao led de operacao     \r\n- [X] Liga/Desliga o LED de status e define cor\r\n- [X] Verificar cor LED de status\r\n\r\n**REGISTRADOR 1/2**\r\n\r\n- [X] Mudar cor do display \r\n\r\n**REGISTRADOR 3**\r\n\r\n- [X] Retornar nível da bateria\r\n- [X] Definir nivel da bateria (opcional)\r\n- [X] Retornar nível bateria\r\n- [X] Mudar temperatura (opcional) - *implementada - verificar implementação do negativo*\r\n- [X] Verificar quantidade de repetições\r\n- [X] Fazer o Makefile funcionar\r\n\r\n**REGISTRADOR 4-15**\r\n\r\n- [X] Mudar mensagem do display - *implementado - implementando com mais de 24 caracteres*\r\n\r\n**AUXILIARES**\r\n\r\n- [X] Voltar registradores ao padrão\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreirech%2Fhardwarecontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreirech%2Fhardwarecontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreirech%2Fhardwarecontrol/lists"}