Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 592 → Rev 1804

/branches/V0.67g_LED/main.h
18,6 → 18,12
#define GRN_OFF PORTB &=~0x02
#define GRN_ON PORTB |= 0x02
#define GRN_FLASH PORTB ^= 0x02
//-------------H.F.------------
#define LED1_ON PORTC |= 0x04
#define LED1_OFF PORTC &=~0x04
#define LED2_ON PORTC |= 0x08
#define LED2_OFF PORTC &=~0x08
//-------------H.F.------------
 
#define F_CPU SYSCLK
//#ifndef F_CPU