DovesLapTimer 4.3.0
GPS-based lap timing Arduino library — go-karts to race cars
Loading...
Searching...
No Matches
SprintTimer.cpp File Reference
#include "SprintTimer.h"
+ Include dependency graph for SprintTimer.cpp:

Macros

#define debug   debug_print
 
#define debugln   debug_println
 
#define SPRINT_LINE_FINISH   1
 
#define SPRINT_LINE_START   0
 

Functions

static bool sprintLineIsValid (double aLat, double aLng, double bLat, double bLng)
 

Macro Definition Documentation

◆ debug

#define debug   debug_print

◆ debugln

#define debugln   debug_println

SprintTimer - point-to-point run timing. See SprintTimer.h for the model.

◆ SPRINT_LINE_FINISH

#define SPRINT_LINE_FINISH   1

◆ SPRINT_LINE_START

#define SPRINT_LINE_START   0

Function Documentation

◆ sprintLineIsValid()

static bool sprintLineIsValid ( double  aLat,
double  aLng,
double  bLat,
double  bLng 
)
static