Rev 701 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 701 | Rev 726 | ||
---|---|---|---|
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 | ||
4 | extern signed int GPS_Pitch; |
- | |
Line 5... | Line 4... | ||
5 | extern signed int GPS_Roll; |
4 | #include <inttypes.h> |
- | 5 | ||
- | 6 | extern int16_t GPS_Pitch; |
|
- | 7 | extern int16_t GPS_Roll; |
|
- | 8 | ||
- | 9 | extern uint8_t GPS_P_Factor; |
|
6 | 10 | extern uint8_t GPS_D_Factor; |
|
Line 7... | Line 11... | ||
7 | void GPS_Neutral(void); |
11 |