Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 894 → Rev 895

/branches/V0.69k_J16J17/main.h
18,6 → 18,11
#define GRN_OFF PORTB &=~0x02
#define GRN_ON PORTB |= 0x02
#define GRN_FLASH PORTB ^= 0x02
// [Harrie:] define J16 and J17:
#define J16_ON PORTC |= 0x04
#define J16_OFF PORTC &=~0x04
#define J17_ON PORTC |= 0x08
#define J17_OFF PORTC &=~0x08
 
#define F_CPU SYSCLK
//#ifndef F_CPU