Subversion Repositories FlightCtrl

Rev

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

Rev 1812 Rev 1813
Line -... Line 1...
-
 
1
/******************************************************************************************************************
-
 
2
V0.82b-Arthur-P 2010-12-18
-
 
3
------------------------------------------------------------------------------------------------------------------
-
 
4
Version includes only support for external HEF4017 for FC1.x hardware, NOT for Twi2Ppm converters for ESCs.
-
 
5
------------------------------------------------------------------------------------------------------------------
-
 
6
Besides adding this header. The following files have been modified:
-
 
7
* main.c: Remark header added with summary of changes to other files. Also remarked out variable i from function
-
 
8
  Mittelwert as this variable is not used. No other changes.
-
 
9
* menu.c: Modifed text to show branch name in MKTool window.
-
 
10
* fc.c: Modified motor smoothing routine.
-
 
11
* timer0.c: Added several variables and modified the servo control routines to allow control to be activated
-
 
12
* through a parameter, and to allow different shutter servo control.
-
 
13
* makefile: Modified to correctly name output file to reflect branch name.
-
 
14
All changes are clearly marked similar to this change.
-
 
15
******************************************************************************************************************/
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) Holger Buss, Ingo Busker
17
// + Copyright (c) Holger Buss, Ingo Busker
3
// + Nur für den privaten Gebrauch / NON-COMMERCIAL USE ONLY
18
// + Nur für den privaten Gebrauch / NON-COMMERCIAL USE ONLY
4
// + www.MikroKopter.com
19
// + www.MikroKopter.com
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++