slowing down the temp system
This commit is contained in:
parent
beffb27483
commit
23a8881b5c
@ -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<NBVAL; foo++) {
|
||||
values[foo] = analogRead(A0);
|
||||
delay(50);
|
||||
delay(500);
|
||||
}
|
||||
}
|
||||
/* -------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user