Subversion Repositories Projects

Rev

Rev 2203 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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