change tempo to 50ms

This commit is contained in:
smayzy 2026-04-27 01:01:41 +02:00
parent 592334beb9
commit 73b0be9daf

View File

@ -12,5 +12,5 @@ void loop() {
Serial.print(v, 2);
Serial.print(",");
Serial.println(a, 2);
delay(500);
delay(50);
}