Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2081 → Rev 2093

/branches/V0.88e_ACC-HH_HR_MartinR/main.h
7,6 → 7,36
//#define RECEIVER_SPEKTRUM_DX7EXP
//#define RECEIVER_SPEKTRUM_DX8EXP
 
 
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)) ///MartinW
#define WITH_MKTOOL_Display
#define WITH_JETI_SIMULATION
#define WITH_ExternControl
#define WITH_FULL_ANALOG_TEXT
#define WITHSPECTRUM
//#define WITH_REMAINCAPACITY
// #define WITH_PANOTRIGGER
#else
#endif
 
 
//#define WITH_MKTOOL_Display /// MartinW; with MKTool Display 70604-63130
//#define WITHSPECTRUM /// MartinW; memsave
#define WITH_FULL_ANALOG_TEXT /// MartinW; memsave
#define WITH_ExternControl /// MartinW; memsave
//#define WITH_ORIGINAL_MOTORSMOOTHING /// MartinW; memsave 63312-63164
#define WITH_JETI_SIMULATION /// MartinW; memsave 63312-63016
#define WITH_JETI_BEEP /// MartinW; 63072-63038; 63216-63050
//#define WITH_PANOTRIGGER /// MartinW; 64336-64112
#define WITH_HOTTMENU /// Metro;
//#define WITH_REMAINCAPACITY /// Metro;
 
 
 
 
 
 
 
// neue Hardware
#define ROT_OFF {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB &=~0x01; else PORTB |= 0x01;}
#define ROT_ON {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB |= 0x01; else PORTB &=~0x01;}