Subversion Repositories FlightCtrl

Rev

Rev 1419 | Rev 1444 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1419 Rev 1438
Line 11... Line 11...
11
#define ARRAYGROESSE 10
11
#define ARRAYGROESSE 10
12
unsigned char Array[ARRAYGROESSE] = {1,2,3,4,5,6,7,8,9,10};
12
unsigned char Array[ARRAYGROESSE] = {1,2,3,4,5,6,7,8,9,10};
13
char DisplayBuff[80] = "Hallo Welt";
13
char DisplayBuff[80] = "Hallo Welt";
14
unsigned char DispPtr = 0;
14
unsigned char DispPtr = 0;
Line 15... Line 15...
15
 
15
 
16
unsigned char MaxMenue = 15;
16
unsigned char MaxMenue;
17
unsigned char MenuePunkt = 0;
17
unsigned char MenuePunkt = 0;
Line 18... Line 18...
18
unsigned char RemoteKeys = 0;
18
unsigned char RemoteKeys = 0;
19
 
19