From 23a8881b5cd17acd3de51cb55bdedc7096314c2b Mon Sep 17 00:00:00 2001 From: tth Date: Sun, 27 Jan 2019 14:59:26 +0100 Subject: [PATCH] slowing down the temp system --- simulator/rdtemp/rdtemp.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simulator/rdtemp/rdtemp.ino b/simulator/rdtemp/rdtemp.ino index 0df852c..fb0125c 100644 --- a/simulator/rdtemp/rdtemp.ino +++ b/simulator/rdtemp/rdtemp.ino @@ -12,6 +12,7 @@ int values[NBVAL]; void setup() { Serial.begin(9600); pinMode(LED_BUILTIN, OUTPUT); + Serial.print("\n"); delay(2000); } /* -------------------------------------------------- */ @@ -20,7 +21,7 @@ void updatevalues(void) int foo; for (foo=0; foo