mirror of
https://github.com/anatolykopyl/longboard-speedometer.git
synced 2026-03-26 04:44:29 +00:00
Removed unneeded assignment
This commit is contained in:
@@ -7,7 +7,7 @@ Timer t;
|
|||||||
|
|
||||||
int D1, D2, D3, D4;
|
int D1, D2, D3, D4;
|
||||||
int A, B, C, D, E, F, G, DOT;
|
int A, B, C, D, E, F, G, DOT;
|
||||||
int SENS = 10;
|
int SENS;
|
||||||
|
|
||||||
double WAIT = 500; //Time between updates
|
double WAIT = 500; //Time between updates
|
||||||
double CIRCUMF = 3.14 * 7; //Circumference of your wheel
|
double CIRCUMF = 3.14 * 7; //Circumference of your wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user