Subversion Repositories FlightCtrl

Rev

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

Rev 2051 Rev 2052
Line 18... Line 18...
18
 
18
 
19
extern uint8_t motorTestActive;
19
extern uint8_t motorTestActive;
Line 20... Line 20...
20
extern uint8_t motorTest[16];
20
extern uint8_t motorTest[16];
21
 
-
 
22
typedef struct {
-
 
23
        uint8_t digital[2];
-
 
24
        uint16_t analog[32]; // debug values
-
 
25
}__attribute__((packed)) DebugOut_t;
-
 
26
 
-
 
27
extern DebugOut_t debugOut;
-
 
28
 
21
 
29
typedef struct {
22
typedef struct {
30
        int16_t anglePitch; // in 0.1 deg
23
        int16_t anglePitch; // in 0.1 deg
31
        int16_t angleRoll;  // in 0.1 deg
24
        int16_t angleRoll;  // in 0.1 deg
32
        int16_t heading;    // in 0.1 deg
25
        int16_t heading;    // in 0.1 deg