Rev 2147 | 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 | |||
2212 | - | 11 | #include "../mk-data-structs.h" |
12 | #include <inttypes.h> |
||
13 | |||
2136 | - | 14 | void FollowMe (void); |
15 | void Debug_GPS (void); |
||
2212 | - | 16 | void sendFollowMeData(Point_t *tFollowMe, uint32_t *tsend_followme_counter, uint32_t *tNMEA_GPGGA_counter_old); |
17 | void printFollowMeStatic(void); |
||
2136 | - | 18 | |
2212 | - | 19 | |
2136 | - | 20 | #endif /* FOLLOWME_H_ */ |