Subversion Repositories FlightCtrl

Rev

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

Rev 2035 Rev 2048
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 13... Line -...
13
#define ROLL 1
-
 
14
 
-
 
15
/*
-
 
16
 * The output BLC throttles can be set in an [0..256[ interval. Some staticParams limits
-
 
17
 * (min, throttle, max throttle etc) are in a [0..256[ interval.
-
 
18
 * The calculation of motor throttle values from sensor and control information (basically
-
 
19
 * flight.c) take place in an [0..1024[ interval for better precision.
-
 
20
 * This is the conversion factor.
-
 
21
 * --> Replaced back again by CONTROL_SCALING. Even though the 2 things are not quite the
-
 
22
 * same, they are unseperable anyway.
-
 
23
 */
13
#define ROLL 1
24
 
14
 
25
void flight_control(void);
15
void flight_control(void);
Line 26... Line 16...
26
void transmitMotorThrottleData(void);
16
void transmitMotorThrottleData(void);