Rev 1910 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1910 | Rev 2021 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | 5 | ||
6 | /* |
6 | /* |
7 | * Whether (pitch, roll, yaw) gyros are reversed (see analog.h). |
7 | * Whether (pitch, roll, yaw) gyros are reversed (see analog.h). |
8 | */ |
8 | */ |
9 | extern const uint8_t GYRO_QUADRANT; |
9 | extern const uint8_t GYRO_QUADRANT; |
- | 10 | extern const uint8_t YAW_GYRO_REVERSED; |
|
Line 10... | Line 11... | ||
10 | extern const uint8_t YAW_REVERSED; |
11 | extern const uint8_t PR_GYROS_ORIENTATION_REVERSED; |
11 | 12 | ||
12 | /* |
13 | /* |
13 | * Whether (pitch, roll, Z) acc. meters are reversed(see analog.h). |
14 | * Whether (pitch, roll, Z) acc. meters are reversed(see analog.h). |
14 | */ |
- | |
15 | //extern const uint8_t ACC_QUADRANT; |
- | |
16 | - | ||
17 | /* |
- | |
18 | * Whether the FC is installed 45 degs turned. If<>0, then pitch'<-pitch+roll and roll'<-roll-pitch. If the signs are not right for you, |
- | |
19 | * change signs for the individual pitch and roll gyros in GYRO_REVERSED. All 4 combinations on FC installation with a side facing forward |
- | |
20 | * are possible. |
- | |
21 | */ |
15 | */ |
Line 22... | Line 16... | ||
22 | extern const uint8_t GYROS_REVERSED; |
16 | //extern const uint8_t ACC_QUADRANT; |
23 | extern const uint8_t Z_ACC_REVERSED; |
17 | extern const uint8_t Z_ACC_REVERSED; |
24 | 18 |