Subversion Repositories FlightCtrl

Rev

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

Rev 542 Rev 544
Line 18... Line 18...
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 21... Line 21...
21
 
21
 
22
//Salvo 9.12.2007 Umschaltsignal fuer Bluetooth bzw. GPS Daten auf PC7
22
//Salvo 9.12.2007 Umschaltsignal fuer Bluetooth bzw. GPS Daten auf PC7
23
#define RX_SWTCH_ON  PORTC |=  0x80 
23
#define RX_SWTCH_ON  PORTC |=  0x40 
24
#define RX_SWTCH_OFF PORTC &= ~0x80 
24
#define RX_SWTCH_OFF PORTC &= ~0x40 
Line 25... Line 25...
25
//Salvo End
25
//Salvo End
26
 
26
 
27
#define F_CPU SYSCLK
27
#define F_CPU SYSCLK