change tempo to 50ms
This commit is contained in:
parent
592334beb9
commit
73b0be9daf
@ -12,5 +12,5 @@ void loop() {
|
||||
Serial.print(v, 2);
|
||||
Serial.print(",");
|
||||
Serial.println(a, 2);
|
||||
delay(500);
|
||||
delay(50);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user