Subversion Repositories BL-Ctrl

Rev

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

Rev 24 Rev 26
Line 177... Line 177...
177
    unsigned int Blink2,MittelstromTimer,DrehzahlMessTimer,MotorGestopptTimer;
177
    unsigned int Blink2,MittelstromTimer,DrehzahlMessTimer,MotorGestopptTimer;
Line 178... Line 178...
178
 
178
 
179
    DDRC  = 0x08;
179
    DDRC  = 0x08;
180
    PORTC = 0x08;
180
    PORTC = 0x08;
181
    DDRD  = 0xBA;
181
    DDRD  = 0xBA;
182
    PORTD = 0x80;
182
    PORTD = 0x00;
183
    DDRB  = 0x0E;
183
    DDRB  = 0x0E;
Line 184... Line 184...
184
    PORTB = 0x31;
184
    PORTB = 0x31;
185
       
185