Update smartboard.ino

This commit is contained in:
anatolykopyl
2019-05-31 14:02:55 +03:00
committed by GitHub
parent aaf28d2d0b
commit 22f5a2735a

View File

@@ -18,7 +18,7 @@ int DOT = 15;
int SENS = 10;
int WAIT = 500; //Time between updates
int WAIT = 1000; //Time between updates
double CIRCUMF = 3.14 * 7; //Circumference of your wheel
int dist = 0;
int speedKMH = 0;