[Icc-avr] Interrupt Help Please (Happy New Year)

John Baraclough j_baraclough at zetnet.co.uk
Thu Jan 3 10:21:14 PST 2008


Almost, but not quite. You need to do something with MCUCR as well. You 
should read paragraph 11.2.3 on page 69 of the data sheet to find out more.

John


Andrew wrote:
> Hi
>
> How does one tri-state all the inputs?
>
> is this correct?
>
> PORTD = 0x00;
> DDRD  = 0xFF;
>
> Andy
>



More information about the Icc-avr mailing list