Details | Last modification | View Log | RSS feed
#ifndef _LOGGING_H
#define _LOGGING_H
void Logging_Init(void);
void Logging_Update(void); // logs the current gps position to a kml file
#endif //_LOGGING_H