Subversion Repositories FlightCtrl

Rev

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

Rev 712 Rev 750
Line 23... Line 23...
23
#define ROT_FLASH PORTB ^= (1<<PORTB0)
23
#define ROT_FLASH PORTB ^= (1<<PORTB0)
24
#define GRN_OFF   PORTB &=~(1<<PORTB1)
24
#define GRN_OFF   PORTB &=~(1<<PORTB1)
25
#define GRN_ON    PORTB |= (1<<PORTB1)
25
#define GRN_ON    PORTB |= (1<<PORTB1)
26
#define GRN_FLASH PORTB ^= (1<<PORTB1)
26
#define GRN_FLASH PORTB ^= (1<<PORTB1)
Line -... Line 27...
-
 
27
 
-
 
28
#define J16_ON   PORTC |=  (1<<PORTC2)
-
 
29
#define J16_OFF  PORTC &= ~(1<<PORTC2)
-
 
30
#define J17_ON   PORTC |=  (1<<PORTC3)
Line 27... Line 31...
27
 
31
#define J17_OFF  PORTC &= ~(1<<PORTC3)
Line 28... Line 32...
28
 
32