pedroivovasconcelos / laboratorio_de_controle_ii_chuveiro

This project was made to refactor the old code in C improving in many ways such as: Bug fixes, code readability, adding features and dividing the monolithic code in classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laboratorio_de_controle_ii_chuveiro - Shower controller exercise

This project was made to refactor the old code in C improving in many ways such as: Bug fixes, code readability, adding features and dividing the monolithic code in classes

Pedro Ivo Vasconcelos - Engenharia de Controle e Automação - Escola de Engenharia UFMG

Este código foi escrito em inglês, mas toda a sua doc está em português Para executar no ubuntu este código, use o terminal na pasta digitando:

sudo python shower.py

Caso o pc não possua as bibliotecas, consiga acesso a internet e execute os seguintes códigos no terminal:

pip install nidaqmx

Documentação da NI-DAQmx: https://nidaqmx-python.readthedocs.io/en/latest/

About

This project was made to refactor the old code in C improving in many ways such as: Bug fixes, code readability, adding features and dividing the monolithic code in classes


Languages

Language:Jupyter Notebook 96.5%Language:Python 3.5%