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