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

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

Re[2]: [avr-gcc-list] AVR GCC compiler for win98


From: Andreas Schwarz
Subject: Re[2]: [avr-gcc-list] AVR GCC compiler for win98
Date: Fri, 19 Apr 2002 00:30:49 +0200

Thursday, April 18, 2002, 11:56:23 PM, you wrote:

> Great. Ok, I understand that. So the next question...is there any way to
> toggle an i/o portline in a single clock cycle.

sbi(PORTD, 0);
cbi(PORTD, 0);

Of course you have to include io.h.

HTH,
Andreas

-- 
WWW:     http://andreas-s.net
ICQ:     83580609

avr-gcc-list at http://avr1.org



reply via email to

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