Subversion Repositories FlightCtrl

Rev

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

Rev 544 Rev 553
Line 17... Line 17...
17
#define ROT_FLASH PORTB ^= 0x01
17
#define ROT_FLASH PORTB ^= 0x01
18
#define GRN_OFF   PORTB &=~0x02 
18
#define GRN_OFF   PORTB &=~0x02 
19
#define GRN_ON    PORTB |= 0x02 
19
#define GRN_ON    PORTB |= 0x02 
20
#define GRN_FLASH PORTB ^= 0x02
20
#define GRN_FLASH PORTB ^= 0x02
Line -... Line 21...
-
 
21
 
21
 
22
 
22
//Salvo 9.12.2007 Umschaltsignal fuer Bluetooth bzw. GPS Daten auf PC7
23
//Salvo 9.12.2007 Umschaltsignal fuer Bluetooth bzw. GPS Daten auf PC7
23
#define RX_SWTCH_ON  PORTC |=  0x40 
24
#define RX_SWTCH_ON  PORTC |=  0x40 
-
 
25
#define RX_SWTCH_OFF PORTC &= ~0x40 
-
 
26
#define LED_J16_ON  PORTC |=  0x04
-
 
27
#define LED_J16_OFF PORTC &= ~0x04 
24
#define RX_SWTCH_OFF PORTC &= ~0x40 
28
#define LED_J16_FLASH PORTC ^= 0x04 
Line 25... Line 29...
25
//Salvo End
29
//Salvo End
26
 
30
 
27
#define F_CPU SYSCLK
31
#define F_CPU SYSCLK