Subversion Repositories FlightCtrl

Rev

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

Rev Author Line No. Line
740 Nick666 1
#ifndef _GPS_H
2
#define _GPS_H
716 Nick666 3
 
740 Nick666 4
#include <inttypes.h>
5
 
6
extern int16_t GPS_Nick;
7
extern int16_t GPS_Roll;
8
 
9
extern uint8_t GPS_P_Factor;
10
extern uint8_t GPS_D_Factor;
11
 
12
extern void GPS_Main(void);
13
 
14
#endif //_GPS_H
15