Subversion Repositories FlightCtrl

Rev

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

Rev 706 Rev 707
Line 53... Line 53...
53
 uint8_t        Digital[2];
53
 uint8_t        Digital[2];
54
 uint8_t        RemoteButtons;
54
 uint8_t        RemoteButtons;
55
 int8_t         Pitch;
55
 int8_t         Pitch;
56
 int8_t         Roll;
56
 int8_t         Roll;
57
 int8_t         Yaw;
57
 int8_t         Yaw;
58
 uint8_t        Gas;
58
 uint8_t        Thrust;
59
 int8_t         Hight;
59
 int8_t         Hight;
60
 uint8_t        free;
60
 uint8_t        free;
61
 uint8_t        Frame;
61
 uint8_t        Frame;
62
 uint8_t        Config;
62
 uint8_t        Config;
63
};
63
};