This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//PROGRAMA QUE IMPRIME EL SIGNO Y TEMPERATURA EN | |
//NUMEROS DE 3 DIGITOS EN LCD | |
//CREADO POR: ALEJANDRO SANTIAGO SEVILLA | |
//01-01-2018 VERSION DE PRUEBA. APOYADO EN: | |
//PROGRAMA "SEPARAR UN FLOAT EN SIGNO Y INT" | |
/* | |
HACER UNA FUNCION QUE MIDA LA LONGITUD DE LA TEMPERATURA | |
PARA SABER QUE CASO DE IMPRESION SE VA A UTILIZAR, Y QUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//This is an example code on how to read a thermistor, the "Thermimistor.h" Lib out there only acepts Beta | |
//coeficient and in my case yield to incorrects results, this a way more accurrate way to read the | |
//thermistor, in case you have odd or wrong meassurements please follow this steps: | |
// | |
//For get the acurrate results for this code you will need; | |
//a multymeter, a NTC thermistor, another accurrate themperature | |
//probe meter. | |
//Step 1.- Set multimiter on resistance meassurement mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
================================================================================ | |
//control_de_germinadora.ino | |
================================================================================ | |
File........... control_de_germinadora.ino | |
Purpose........ manage all capabilityes of a germination chamber | |
Author......... Alejandro Santiago Sevilla | |
E-mail......... [email protected] | |
Started........ 14/04/2018 |