Subversion Repositories FlightCtrl

Rev

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

Rev 1356 Rev 1561
Line 104... Line 104...
104
17    L
104
17    L
105
*/
105
*/
Line 106... Line 106...
106
 
106
 
107
//#######################################################################################
107
//#######################################################################################
108
//
108
//
109
SIGNAL(SIG_ADC)
109
ISR(ADC_vect)
110
//#######################################################################################
110
//#######################################################################################
111
{
111
{
112
    static unsigned char kanal=0,state = 0;
112
    static unsigned char kanal=0,state = 0;
113
    static signed int gier1, roll1, nick1, nick_filter, roll_filter;
113
    static signed int gier1, roll1, nick1, nick_filter, roll_filter;