"prabu" <pr...@cet.be> 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



_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to