Subversion Repositories Projects

Rev

Rev 2203 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2203 Rev 2204
1
/*
1
/*
2
 * FollowMe.h
2
 * FollowMe.h
3
 *
3
 *
4
 *  Created on: 18.05.2012
4
 *  Created on: 18.05.2012
5
 *      Author: cebra
5
 *      Author: cebra
6
 */
6
 */
7
 
7
 
8
#ifndef FOLLOWME_H_
8
#ifndef FOLLOWME_H_
9
#define FOLLOWME_H_
9
#define FOLLOWME_H_
-
 
10
 
-
 
11
#include "../mk-data-structs.h"
-
 
12
#include <inttypes.h>
10
 
13
 
11
void FollowMe (void);
14
void FollowMe (void);
-
 
15
void Debug_GPS (void);
12
void Debug_GPS (void);
16
void sendFollowMeData(Point_t *tFollowMe, uint32_t *tsend_followme_counter, uint32_t  *tNMEA_GPGGA_counter_old);
13
 
17
 
14
#endif /* FOLLOWME_H_ */
18
#endif /* FOLLOWME_H_ */
15
 
19