Subversion Repositories FlightCtrl

Rev

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

Rev 304 Rev 395
Line 128... Line 128...
128
 unsigned int akt;
128
 unsigned int akt;
129
 akt = SetDelay(w);
129
 akt = SetDelay(w);
130
 while (!CheckDelay(akt));
130
 while (!CheckDelay(akt));
131
}
131
}
Line -... Line 132...
-
 
132
 
-
 
133
void Delay_ms_Mess(unsigned int w)
-
 
134
{
-
 
135
 unsigned int akt;
-
 
136
 akt = SetDelay(w);
-
 
137
 while (!CheckDelay(akt)) ANALOG_ON;
-
 
138
}
132
 
139
 
133
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                
140
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                
134
//  Servo ansteuern
141
//  Servo ansteuern
135
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                
142
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                
136
SIGNAL(SIG_OUTPUT_COMPARE2A)
143
SIGNAL(SIG_OUTPUT_COMPARE2A)