Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 231 → Rev 271

/FollowMe/led.c
12,9 → 12,9
#endif
 
#ifdef USE_FOLLOWME
// set PB0 as output (control of yellow LED)
// set PB0 as output (control of green LED)
DDRB |= (1<<DDB0);
LEDYELLOW_OFF;
LEDGRN_OFF;
// set PB1 as output (control of red LED)
DDRB |= (1<<DDB1);
LEDRED_OFF;