Subversion Repositories NaviCtrl

Rev

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

Rev 54 Rev 61
Line 9... Line 9...
9
#define RXD_BUFFER_LEN  150
9
#define RXD_BUFFER_LEN  150
10
#define BAUD_RATE 57600         //Baud Rate for the serial interfaces
10
#define BAUD_RATE 57600         //Baud Rate for the serial interfaces
Line 11... Line 11...
11
 
11
 
Line -... Line 12...
-
 
12
#include "ubx.h" 
-
 
13
 
-
 
14
typedef struct str_Data3D
-
 
15
{
-
 
16
   s16 Winkel[3]; // nick, roll, compass in 0,1°
-
 
17
   u8 reserve[8];
-
 
18
} __attribute__((packed)) Data3D_t;
-
 
19
 
12
#include "ubx.h" 
20
extern Data3D_t Data3D;
13
 
21
 
14
typedef struct
22
typedef struct
15
{
23
{
16
        u8 Digital[2];
24
        u8 Digital[2];