Subversion Repositories NaviCtrl

Rev

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

Rev 199 Rev 206
Line 7... Line 7...
7
#define VERSION_PATCH   0
7
#define VERSION_PATCH   0
Line 8... Line 8...
8
 
8
 
9
#define VERSION_SERIAL_MAJOR    11
9
#define VERSION_SERIAL_MAJOR    11
Line 10... Line 10...
10
#define VERSION_SERIAL_MINOR    0
10
#define VERSION_SERIAL_MINOR    0
11
 
11
 
Line 12... Line 12...
12
#define FC_SPI_COMPATIBLE       11
12
#define FC_SPI_COMPATIBLE               12
13
#define MK3MAG_I2C_COMPATIBLE   3
13
#define MK3MAG_I2C_COMPATIBLE   3
14
 
14
 
Line 81... Line 81...
81
        s8 StickYaw;
81
        s8 StickYaw;
82
        s8 StickGas;
82
        s8 StickGas;
83
        u8 Poti[8];
83
        u8 Poti[8];
84
        u8 RC_Quality;
84
        u8 RC_Quality;
85
        u8 RC_RSSI;
85
        u8 RC_RSSI;
86
        u8 UBat;
86
        u8 BAT_Voltage;
-
 
87
        u16 BAT_Current;
-
 
88
        u16 BAT_UsedCapacity;
87
        u8 Flags;
89
        u8 Flags;
88
} __attribute__((packed)) FC_t;
90
} __attribute__((packed)) FC_t;
Line 89... Line 91...
89
 
91