Rev 2081 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2081 | Rev 2093 | ||
---|---|---|---|
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_FULL_ANALOG_TEXT |
|
- | 16 | #define WITHSPECTRUM |
|
- | 17 | //#define WITH_REMAINCAPACITY |
|
- | 18 | // #define WITH_PANOTRIGGER |
|
- | 19 | #else |
|
- | 20 | #endif |
|
- | 21 | ||
- | 22 | ||
- | 23 | //#define WITH_MKTOOL_Display /// MartinW; with MKTool Display 70604-63130 |
|
- | 24 | //#define WITHSPECTRUM /// MartinW; memsave |
|
- | 25 | #define WITH_FULL_ANALOG_TEXT /// MartinW; memsave |
|
- | 26 | #define WITH_ExternControl /// MartinW; memsave |
|
- | 27 | //#define WITH_ORIGINAL_MOTORSMOOTHING /// MartinW; memsave 63312-63164 |
|
- | 28 | #define WITH_JETI_SIMULATION /// MartinW; memsave 63312-63016 |
|
- | 29 | #define WITH_JETI_BEEP /// MartinW; 63072-63038; 63216-63050 |
|
- | 30 | //#define WITH_PANOTRIGGER /// MartinW; 64336-64112 |
|
- | 31 | #define WITH_HOTTMENU /// Metro; |
|
- | 32 | //#define WITH_REMAINCAPACITY /// Metro; |
|
- | 33 | ||
- | 34 | ||
- | 35 | ||
- | 36 | ||
- | 37 | ||
- | 38 | ||
9 | 39 | ||
10 | // neue Hardware |
40 | // neue Hardware |
11 | #define ROT_OFF {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB &=~0x01; else PORTB |= 0x01;} |
41 | #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;} |
42 | #define ROT_ON {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB |= 0x01; else PORTB &=~0x01;} |
13 | #define ROT_FLASH PORTB ^= 0x01 |
43 | #define ROT_FLASH PORTB ^= 0x01 |