more debug

This commit is contained in:
phyto
2019-04-03 16:25:38 +02:00
parent b47e467d21
commit 9379253d16
8 changed files with 68 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ void updatevalues(short *ptr)
digitalWrite(LED_BUILTIN, HIGH);
for (foo=0; foo<NBVAL; foo++) {
ptr[foo] = analogRead(adc_pins[foo]);
delay(100);
delay(200);
}
digitalWrite(LED_BUILTIN, LOW);
}