Subversion Repositories MK3Mag

Rev

Rev 19 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 22
Line 5... Line 5...
5
 
5
 
6
#define LED_GRN_ON     PORTD |= (1<<PORTD7)
6
#define LED_GRN_ON     PORTD |= (1<<PORTD7)
7
#define LED_GRN_OFF    PORTD &= ~(1<<PORTD7)
7
#define LED_GRN_OFF    PORTD &= ~(1<<PORTD7)
Line 8... Line 8...
8
#define LED_GRN_TOGGLE PORTD ^= (1<<PORTD7)
8
#define LED_GRN_TOGGLE PORTD ^= (1<<PORTD7)
Line 9... Line 9...
9
 
9