Subversion Repositories FlightCtrl

Rev

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

Rev 229 Rev 265
Line 4... Line 4...
4
 
4
 
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Line 6... Line 6...
6
#include "main.h"
6
#include "main.h"
7
 
-
 
8
extern signed int arctan_i(signed int x, signed int y);
-
 
9
extern signed int arctan_f(signed int x, signed int y);
-
 
10
 
-
 
11
extern signed int sin_i(signed int winkel);
-
 
12
extern signed int cos_i(signed int winkel);
7
 
13
 
8
extern signed int arctan_i(signed int x, signed int y);