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

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

[avr-gcc-list] RE: 16 bit Timer Issue


From: Stefan Wimmer
Subject: [avr-gcc-list] RE: 16 bit Timer Issue
Date: Mon, 5 Jan 2009 23:50:53 +0100

"prabu" <address@hidden> wrote:

>My intention is I have to generate  1 sec periodic delay.
>
>AT every one sec the portc PC6 will be toggled ......

...but not with this line:

 PORTC  = ~(1<<PC6);


But as Eric already mentionend: this is a mailinglist about AVR-GCC.
You should ask at AVRfreaks or the AVR-chat ML at yahoogroups.

Stefan





reply via email to

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