On 4 May 2007 at 18:03, David Greenberg wrote:
>
> DDRD = 0x00; /* We put port D pins in input mode */
>
> for(;;){
> PORTB = PORTD; //match the ports
^^^^
In assembler it would be PIND here.Message
Re: [AVR-Chat] Question about how to tell if my chip is broken
2007-05-04 by enkitec@gmail.com