[Top][All Lists]
[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
- [avr-gcc-list] AVR GCC compiler for win98, sreelakshmi, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Peter Bosscha, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Paulo Abreu, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Nils Kristian Strom, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Rob Ward, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Valéry Florimond \(Thought Technology Ltd\), 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Larry Barello, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Nils Kristian Strom, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Rob Ward, 2002/04/28
- Re[2]: [avr-gcc-list] AVR GCC compiler for win98,
Andreas Schwarz <=
- Re: [avr-gcc-list] AVR GCC compiler for win98, Rob Ward, 2002/04/28
- RE: [avr-gcc-list] AVR GCC compiler for win98, PE, 2002/04/28
- RE: [avr-gcc-list] AVR GCC compiler for win98, Sander Pool, 2002/04/28
- RE: [avr-gcc-list] AVR GCC compiler for win98, Panther Electronics, 2002/04/28
- RE: [avr-gcc-list] AVR GCC compiler for win98, Marc R. Wetzel, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, webmaster, 2002/04/28
- Re: [avr-gcc-list] AVR GCC compiler for win98, Marc Wetzel, 2002/04/28
Re: [avr-gcc-list] AVR GCC compiler for win98, Sander Pool, 2002/04/28