il y a clairement une probleme hardware
This commit is contained in:
@@ -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, ¶metres);
|
||||
// display_config(¶metres);
|
||||
Serial.print("M running now\n");
|
||||
|
||||
Reference in New Issue
Block a user