by Lenny » Thu Jul 19, 2007 8:46 pm
by LennyThu Jul 19, 2007 8:46 pm
SIGNAL (SIG_INTERRUPT4) //INT4 when Up-Key pressed{ PORTC &= ~_BV(PC3); //turns AUX-LED on}
by Lenny » Sat Jul 21, 2007 8:27 pm
by LennySat Jul 21, 2007 8:27 pm
DDRE = 0; //set port E to input directionPORTE |= _BV(PE4); //enable pull-up resistor 4EIMSK |= _BV(INT4); //enable interrupt 4
by StuartL » Thu Aug 16, 2007 11:14 am
by StuartLThu Aug 16, 2007 11:14 am
by StuartL » Thu Aug 16, 2007 11:18 am
by StuartLThu Aug 16, 2007 11:18 am