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

Macros

#define debug   debug_print
 
#define debugln   debug_println
 

Functions

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

Macro Definition Documentation

◆ debug

#define debug   debug_print

◆ debugln

#define debugln   debug_println

GPS-based lap timing library for go-kart and racing applications. This library does NOT interface with your GPS, simply feed it data and check the state. Supports start/finish line detection, 3-sector split timing, pace comparison, and distance tracking.

The development of this library has been overseen, and all documentation has been generated using chatGPT4.

Function Documentation

◆ lineIsValid()

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