Subversion Repositories NaviCtrl

Rev

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

Rev 323 Rev 327
Line 60... Line 60...
60
typedef struct
60
typedef struct
61
{
61
{
62
        u8 Command;
62
        u8 Command;
63
        GPS_Stick_t GPSStick;
63
        GPS_Stick_t GPSStick;
64
        s16 CompassHeading;
64
        s16 CompassHeading;
65
        s16 MagVecX;
65
        s16 AccErrorN; //       s16 MagVecX;
66
        s16 MagVecY;
66
        s16 AccErrorR; //       s16 MagVecY;
67
        s16 MagVecZ;
67
        s16 MagVecZ;
68
        s16 NCStatus;
68
        s16 NCStatus;
69
        u16 BeepTime;
69
        u16 BeepTime;
70
        union
70
        union
71
        {
71
        {