Subversion Repositories Projects

Rev

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

Rev 932 Rev 942
Line 108... Line 108...
108
 * ##########################################################################*/
108
 * ##########################################################################*/
109
#define COSD_FLAG_STROMREC                1
109
#define COSD_FLAG_STROMREC                1
110
#define COSD_ICONS_WRITTEN                2
110
#define COSD_ICONS_WRITTEN                2
111
#define COSD_WASFLYING                    4
111
#define COSD_WASFLYING                    4
112
#define COSD_DATARECEIVED                 8
112
#define COSD_DATARECEIVED                 8
-
 
113
#define COSD_BLANKBYSJ                   16
Line 113... Line 114...
113
 
114
 
114
/* ##########################################################################
115
/* ##########################################################################
115
 * LED controll
116
 * LED controll
116
 * ##########################################################################*/
117
 * ##########################################################################*/
Line 127... Line 128...
127
 * switch controll
128
 * switch controll
128
 * ##########################################################################*/
129
 * ##########################################################################*/
129
#define S1_PRESSED              !(PINC & (1<<PC5))
130
#define S1_PRESSED              !(PINC & (1<<PC5))
130
#define S2_PRESSED              !(PINC & (1<<PC4))
131
#define S2_PRESSED              !(PINC & (1<<PC4))
Line -... Line 132...
-
 
132
 
-
 
133
/* ##########################################################################
-
 
134
 * solder jumpers
-
 
135
 * ##########################################################################*/
-
 
136
 
-
 
137
#define SJ1_CLOSED              !(PINC & (1<<PC6))
-
 
138
#define SJ2_CLOSED              !(PINC & (1<<PC7))
Line 131... Line 139...
131
 
139
 
132
 
140
 
133
/* ##########################################################################
141
/* ##########################################################################
134
 * extern spi controlled vars
142
 * extern spi controlled vars