|
DovesLapTimer 4.3.0
GPS-based lap timing Arduino library — go-karts to race cars
|
#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) |
| #define debug debug_print |
| #define debugln debug_println |
SprintTimer - point-to-point run timing. See SprintTimer.h for the model.
| #define SPRINT_LINE_FINISH 1 |
| #define SPRINT_LINE_START 0 |
|
static |