Rev 684 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 684 | Rev 702 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | int32_t altitude; // in mm |
35 | int32_t altitude; // in mm |
36 | uint8_t status; // status of data: invalid | valid |
36 | uint8_t status; // status of data: invalid | valid |
37 | } GPS_INFO_t; |
37 | } GPS_INFO_t; |
Line 38... | Line 38... | ||
38 | 38 | ||
39 | //here you will find the current gps info |
39 | //here you will find the current gps info |
Line 40... | Line 40... | ||
40 | extern GPS_INFO_t actualPos; // measured position (last gps record) |
40 | extern GPS_INFO_t GPSInfo; // measured position (last gps record) |
41 | 41 | ||
Line 42... | Line 42... | ||
42 | // this function should be called within the UART RX ISR |
42 | // this function should be called within the UART RX ISR |