Skip to content

ViktorCVS/ControleNTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Controle de um termorresistor NTC

O projeto visa mostrar o código detalhado do controle de um termorresistor NTC. O código do controle foi escrito em C++ para o Arduino UNO, e não foi necessário a transferência de bibliotecas externas, sendo usada a biblioteca 'math.h', nativa do compilador usado (Arduino IDE).

A fim de economizar a memória ROM e RAM do Arduino UNO, o código foi escrito de forma a evitar a criação de variáveis redundantes, repetição de código e tipagem incorreta.

Control of an NTC Thermistor

The project aims to show the detailed code for the control of an NTC thermistor. The control code was written in C++ for the Arduino UNO, and it was not necessary to transfer external libraries, with the native 'math.h' library of the compiler used (Arduino IDE) being used.

In order to save the ROM and RAM memory of the Arduino UNO, the code was written to avoid the creation of redundant variables, code repetition, and incorrect typing.

About

O projeto visa mostrar o código detalhado do controle de um termorresistor NTC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages