avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] external interrupt sample code


From: Brian Dean
Subject: Re: [avr-gcc-list] external interrupt sample code
Date: Thu, 15 Apr 2004 08:29:27 -0400
User-agent: Mutt/1.5.4i

On Thu, Apr 15, 2004 at 11:18:22AM +0100, Joerg Wolf wrote:

> The line
> 
> DDRD &= BV(PD0);
> 
> should be
> 
> DDRD &= ~BV(PD0);
> 
> correct ?

Yes!  Sorry about that.

-Brian


reply via email to

[Prev in Thread] Current Thread [Next in Thread]