Re: 2313 output pin problem

Anderas Strodl <[email protected]> Tue, 23 Dec 2003 23:59:21 +0100
Newsgroups gmane.comp.hardware.avr.general
Message-ID <[email protected]>
Robert Baruch wrote:
> What did you have DDRB set to? What circuitry do you have connected to
> PB5-7?

I've connected the data lines of a lcd-module to the upper 4 pins of
PORTB using
DDRB = 0xFF;

There were no problems at all.

A. Strodl