Diferencia entre revisiones de «Mini horno»
Página creada con « →* * AREF Analog pin 0 * | | * 3.3V |-+---/\/\/\-----+-----/\/\/\-----| GND * * ^ ^ * 10K thermistor 10K resistor: #include <SmoothThermistor.h> float t_objectivo = 15; SmoothThermistor smoothThermistor(A0, // the analog pin to read from ADC_SIZE_10_BIT, // the ADC size 10000, /…» |
Sin resumen de edición |
||
| Línea 1: | Línea 1: | ||
<pre> | |||
/* | /* | ||
* | * | ||
| Línea 53: | Línea 53: | ||
delay(1000); | delay(1000); | ||
} | } | ||
</pre> | |||