Subversion Repositories FlightCtrl

Rev

Rev 366 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 366 Rev 370
Line 16... Line 16...
16
#define ROT_OFF   PORTB &=~(1<<PB0) 
16
#define ROT_OFF   PORTB &=~(1<<PB0) 
17
#define ROT_ON    PORTB |= (1<<PB0) 
17
#define ROT_ON    PORTB |= (1<<PB0) 
18
#define ROT_FLASH PORTB ^= (1<<PB0)
18
#define ROT_FLASH PORTB ^= (1<<PB0)
19
#define GRN_OFF   PORTB &=~(1<<PB1) 
19
#define GRN_OFF   PORTB &=~(1<<PB1) 
20
#define GRN_ON    PORTB |= (1<<PB1)
20
#define GRN_ON    PORTB |= (1<<PB1)
21
#define GRN_FLASH PORTD ^= (1<<PB1)
21
#define GRN_FLASH PORTB ^= (1<<PB1)
Line 22... Line 22...
22
 
22
 
23
//#ifndef F_CPU
23
//#ifndef F_CPU
24
//#error ################## F_CPU nicht definiert oder ungültig #############
24
//#error ################## F_CPU nicht definiert oder ungültig #############