Subversion Repositories FlightCtrl

Rev

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

Rev 1923 Rev 1928
Line 1... Line 1...
1
#ifndef _MAIN_H
1
#ifndef _MAIN_H
2
#define _MAIN_H
2
#define _MAIN_H
Line 3... Line 3...
3
 
3
 
4
//#define DEBUG                                                 // use to activate debug output to MK-Tool: use Debug(text);
4
//#define DEBUG                                                 // use to activate debug output to MK-Tool: use Debug(text);
5
//#define ACT_S3D_SUMMENSIGNAL
5
//#define ACT_S3D_SUMMENSIGNAL
6
//#define SWITCH_LEARNS_CAREFREE
6
//#define RECEIVER_SPEKTRUM_DX7EXP
Line 7... Line 7...
7
//#define RECEIVER_SPEKTRUM_EXP 
7
//#define RECEIVER_SPEKTRUM_DX8EXP
8
 
8
 
9
// neue Hardware
9
// neue Hardware
10
#define ROT_OFF   {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB &=~0x01; else  PORTB |= 0x01;}
10
#define ROT_OFF   {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB &=~0x01; else  PORTB |= 0x01;}