diff --git a/simulator/rdtemp/rdtemp.ino b/simulator/rdtemp/rdtemp.ino index 82c5d88..d774445 100644 --- a/simulator/rdtemp/rdtemp.ino +++ b/simulator/rdtemp/rdtemp.ino @@ -4,7 +4,7 @@ /* -------------------------------------------------- */ #define NBVAL 4 -#define DELAI 10000 +#define DELAI 1000 /* -------------------------------------------------- */ void setup() { @@ -19,7 +19,7 @@ void setup() { * range of our temperatures. */ analogReference(INTERNAL1V1); // Pour Arduino Mega2560 - + Serial.print("\n\n\n\n"); delay(1000); Serial.print("M running\n"); @@ -39,7 +39,7 @@ void updatevalues(short *ptr) for (pass=0; pass