Subversion Repositories FlightCtrl

Rev

Rev 2176 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2176 Rev 2177
Line 5... Line 5...
5
//#define ACT_S3D_SUMMENSIGNAL
5
//#define ACT_S3D_SUMMENSIGNAL
6
//#define UserParameter8_FAILSAFE
6
//#define UserParameter8_FAILSAFE
7
//#define RECEIVER_SPEKTRUM_DX7EXP
7
//#define RECEIVER_SPEKTRUM_DX7EXP
8
//#define RECEIVER_SPEKTRUM_DX8EXP
8
//#define RECEIVER_SPEKTRUM_DX8EXP
Line -... Line 9...
-
 
9
 
-
 
10
 
-
 
11
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))        ///MartinW
-
 
12
        #define WITH_MKTOOL_Display
-
 
13
        #define WITH_JETI_SIMULATION
-
 
14
        #define WITH_ExternControl
-
 
15
        #define WITH_ACC_Loop
-
 
16
        #define WITH_FULL_ANALOG_TEXT
-
 
17
        #define WITHSPECTRUM
-
 
18
        //#define WITH_REMAINCAPACITY // MartinR: entfernt, da Konflikt mit Libfc
-
 
19
//      #define WITH_PANOTRIGGER // MartinR: entfernt
-
 
20
#else
-
 
21
#endif
-
 
22
 
-
 
23
 
-
 
24
//#define WITH_MKTOOL_Display                   /// MartinW;  with MKTool Display 70604-63130
-
 
25
//#define WITHSPECTRUM                                  /// MartinW;  memsave
-
 
26
//#define WITH_FULL_ANALOG_TEXT                 /// MartinW;  memsave // MartinR: deaktiviert
-
 
27
//#define WITH_ExternControl                    /// MartinW;  memsave // MartinR: deaktiviert
-
 
28
//#define WITH_ORIGINAL_MOTORSMOOTHING  /// MartinW;  memsave 63312-63164
-
 
29
//#define WITH_JETI_SIMULATION                  /// MartinW;  memsave 63312-63016 // MartinR: deaktiviert
-
 
30
//#define WITH_JETI_BEEP                                        /// MartinW;  63072-63038; 63216-63050 // MartinR: deaktiviert
-
 
31
//#define WITH_PANOTRIGGER                              /// MartinW;  64336-64112
-
 
32
//#define WITH_HOTTMENU                                 /// Metro;  // MartinR: deaktiviert
-
 
33
//#define WITH_REMAINCAPACITY                   /// Metro;
-
 
34
 
-
 
35
 
-
 
36
 
-
 
37
 
-
 
38
 
-
 
39
 
9
 
40
 
10
// neue Hardware
41
// neue Hardware
11
#define ROT_OFF   {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB &=~0x01; else  PORTB |= 0x01;}
42
#define ROT_OFF   {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB &=~0x01; else  PORTB |= 0x01;}
12
#define ROT_ON    {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB |= 0x01; else  PORTB &=~0x01;}
43
#define ROT_ON    {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB |= 0x01; else  PORTB &=~0x01;}
13
#define ROT_FLASH PORTB ^= 0x01
44
#define ROT_FLASH PORTB ^= 0x01