Subversion Repositories FlightCtrl

Rev

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

Rev 1616 Rev 1645
Line 1... Line 1...
1
/*#######################################################################################
1
/*********************************************************************************/
2
Flight Control
2
/* Flight Control                                                                */
3
#######################################################################################*/
3
/*********************************************************************************/
Line 4... Line 4...
4
 
4
 
5
#ifndef _FLIGHT_H
5
#ifndef _FLIGHT_H
Line 6... Line 6...
6
#define _FLIGHT_H
6
#define _FLIGHT_H
7
 
7
 
8
#include <inttypes.h>
8
#include <inttypes.h>
Line -... Line 9...
-
 
9
#include "analog.h"
-
 
10
#include "configuration.h"
-
 
11
 
9
#include "analog.h"
12
#define PITCH 0
Line 10... Line 13...
10
#include "configuration.h"
13
#define ROLL 1
11
 
14