Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 539 → Rev 542

/branches/salvo_gps/Basis_v0067g/trunk/main.h
19,9 → 19,9
#define GRN_ON PORTB |= 0x02
#define GRN_FLASH PORTB ^= 0x02
 
//Salvo 9.12.2007 Umschaltsignal fuer Bluetooth bzw. GPS Daten auf PC4
#define RX_SWTCH_ON PORTC |= 0x10
#define RX_SWTCH_OFF PORTC &= ~0x10
//Salvo 9.12.2007 Umschaltsignal fuer Bluetooth bzw. GPS Daten auf PC7
#define RX_SWTCH_ON PORTC |= 0x80
#define RX_SWTCH_OFF PORTC &= ~0x80
//Salvo End
 
#define F_CPU SYSCLK