Removed unneeded assignment

This commit is contained in:
2020-10-13 13:40:22 +03:00
parent 59880c2d82
commit c716e6718f

View File

@@ -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