il y a clairement une probleme hardware

This commit is contained in:
phyto
2019-05-21 16:29:39 +02:00
parent 6e9c5e49d1
commit 0ccf834e84
4 changed files with 11 additions and 6 deletions

View File

@@ -33,14 +33,13 @@ void setup() {
pinMode(RELAIS_FRIGO, OUTPUT);
pinMode(RELAIS_VENTILO, OUTPUT);
Serial.print("\n");
Serial.print("M booting\n");
/* XXX */
/* changing the voltage reference of the ADC
* greatly increase the prcision on the limited
* range of our temperatures.
*/
analogReference(INTERNAL1V1); // Pour Arduino Mega2560
Serial.print("\n");
read_config(0, &parametres);
// display_config(&parametres);
Serial.print("M running now\n");