Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2147 → Rev 2212

/Transportables_Koptertool/PKT/branches/branch_FollowMeStep2Merge/followme/followme.h
8,7 → 8,13
#ifndef FOLLOWME_H_
#define FOLLOWME_H_
 
#include "../mk-data-structs.h"
#include <inttypes.h>
 
void FollowMe (void);
void Debug_GPS (void);
void sendFollowMeData(Point_t *tFollowMe, uint32_t *tsend_followme_counter, uint32_t *tNMEA_GPGGA_counter_old);
void printFollowMeStatic(void);
 
 
#endif /* FOLLOWME_H_ */