mirror of
https://github.com/anatolykopyl/longboard-speedometer.git
synced 2026-03-26 12:54:27 +00:00
Update smartboard.ino
This commit is contained in:
@@ -18,7 +18,7 @@ int DOT = 15;
|
|||||||
|
|
||||||
int SENS = 10;
|
int SENS = 10;
|
||||||
|
|
||||||
int WAIT = 500; //Time between updates
|
int WAIT = 1000; //Time between updates
|
||||||
double CIRCUMF = 3.14 * 7; //Circumference of your wheel
|
double CIRCUMF = 3.14 * 7; //Circumference of your wheel
|
||||||
int dist = 0;
|
int dist = 0;
|
||||||
int speedKMH = 0;
|
int speedKMH = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user