Rev 1080 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1080 | Rev 1097 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | #ifndef _FC_H |
5 | #ifndef _FC_H |
6 | #define _FC_H |
6 | #define _FC_H |
Line 7... | Line 7... | ||
7 | 7 | ||
Line 8... | Line -... | ||
8 | #include <inttypes.h> |
- | |
9 | - | ||
10 | //#define YAW_GYRO_DEG_FACTOR 1450L // Factor between Yaw Gyro Integral and HeadingAngle in deg |
8 | #include <inttypes.h> |
11 | //#define YAW_GYRO_DEG_FACTOR 1550L // Factor between Yaw Gyro Integral and HeadingAngle in deg |
9 | |
Line 12... | Line 10... | ||
12 | #define YAW_GYRO_DEG_FACTOR 1291L // Factor between Yaw Gyro Integral and HeadingAngle in deg |
10 | #define YAW_GYRO_DEG_FACTOR 1291L // Factor between Yaw Gyro Integral and HeadingAngle in deg |
13 | #define STICK_GAIN 4 |
11 | #define STICK_GAIN 4 |