slowdown arduino testing sender
This commit is contained in:
parent
654453f0db
commit
4eed817ecb
|
@ -36,7 +36,7 @@ void sendvalues(void)
|
|||
{
|
||||
int foo;
|
||||
|
||||
Serial.print("X ");
|
||||
Serial.print("X");
|
||||
for (foo=0; foo<NBVAL; foo++) {
|
||||
Serial.print(" ");
|
||||
Serial.print(values[foo]);
|
||||
|
@ -48,7 +48,7 @@ void sendvalues(void)
|
|||
void loop() {
|
||||
updatevalues();
|
||||
sendvalues();
|
||||
delay(1000);
|
||||
delay(2500);
|
||||
}
|
||||
|
||||
/* -------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue