slowdown arduino testing sender

このコミットが含まれているのは:
tth 2018-12-29 09:49:07 +01:00
コミット 4eed817ecb
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -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);
}
/* -------------------------------------------------- */