Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
406 joko 1
#ifndef _LOGGING_H
2
#define _LOGGING_H
3
 
4
void Logging_Init(void);
5
void Logging_Update(void); // logs the current gps position to a kml file
6
 
7
#endif //_LOGGING_H