Reduce sampling rate

This commit is contained in:
C0d3v 2026-01-19 21:40:37 +01:00
parent 69f1cba2f8
commit 92a2d39e49

View File

@ -25,4 +25,5 @@ void loop() {
values[3] = analogRead(A3);
values[4] = analogRead(A6);
values[5] = analogRead(A7);
delay(50);
}