Subversion Repositories FlightCtrl

Rev

Rev 935 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 935 Rev 936
Line 1... Line 1...
1
#ifndef _GPS_H
1
#ifndef _GPS_H
2
#define _GPS_H
2
#define _GPS_H
Line 3... Line 3...
3
 
3
 
Line 4... Line -...
4
#include <inttypes.h>
-
 
5
 
-
 
6
extern uint8_t GPS_P_Factor;
-
 
7
extern uint8_t GPS_I_Factor;
-
 
8
extern uint8_t GPS_D_Factor;
4
#include <inttypes.h>
9
 
-
 
10
extern void GPS_Main(uint8_t ctrl);
-
 
Line 11... Line 5...
11
extern void GPS_SetHomePosition(void);
5