more debug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user