|
|
@@ -76,10 +76,6 @@ int laps = 0;
|
|
|
int avglaps= 0; // AVERAGE LAP COUNTER
|
|
|
|
|
|
|
|
|
-//LAP COUNTER SETUP ///////////////////////////////////////////////////
|
|
|
-int recordedLaps = 0; //number of samples averaged
|
|
|
-double speeds[maxLaps] = {0}; // need a 0 for every sample to average
|
|
|
-
|
|
|
unsigned long times[maxTimes] = {0};
|
|
|
int recordedTimes = 0;
|
|
|
unsigned long lastTime = 0;
|