Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
426 |
killagreg |
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 |