Subversion Repositories FlightCtrl

Rev

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

Rev 935 Rev 936
Line 9... Line 9...
9
#define J17_ON          PORTC |=  (1<<PORTC3)
9
#define J17_ON          PORTC |=  (1<<PORTC3)
10
#define J17_OFF         PORTC &= ~(1<<PORTC3)
10
#define J17_OFF         PORTC &= ~(1<<PORTC3)
11
#define J17_TOGGLE      PORTC ^=  (1<<PORTC3)
11
#define J17_TOGGLE      PORTC ^=  (1<<PORTC3)
Line 12... Line -...
12
 
-
 
13
 
-
 
14
extern uint16_t LED1_Time;
-
 
15
extern uint16_t LED2_Time;
12
 
16
 
13
 
Line 17... Line 14...
17
extern void LED_Init(void);
14
void LED_Init(void);