Rev 2055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2055 | Rev 2112 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | #include "analog.h" |
9 | #include "analog.h" |
10 | #include "configuration.h" |
10 | #include "configuration.h" |
Line 11... | Line 11... | ||
11 | 11 | ||
12 | #define PITCH 0 |
12 | #define PITCH 0 |
- | 13 | #define ROLL 1 |
|
Line 13... | Line 14... | ||
13 | #define ROLL 1 |
14 | #define YAW 2 |
14 | 15 | ||
15 | void flight_setParameters(uint8_t _invKi, uint8_t _gyroPFactor, uint8_t _gyroIFactor, uint8_t _yawPFactor, uint8_t _yawIFactor); |
16 | void flight_setParameters(uint8_t _invKi, uint8_t _gyroPFactor, uint8_t _gyroIFactor, uint8_t _yawPFactor, uint8_t _yawIFactor); |