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