Is this for an AVR Butterfly? Where you given LCD routines?
----- Original Message -----
From: "ven_praneeth" <ven_praneeth@yahoo.com>
To: <AVR-Chat@yahoogroups.com>
Sent: Tuesday, October 31, 2006 1:56 PM
Subject: [AVR-Chat] Help needed on atmel mega 169
> Hi,
>
> I need few suggestions on the class project for atmel mega 169
>
> I have to write a program to display numbers from 1 to 7 one after
> another.
> It seems to be easy but it should have a delay of 2 seconds one after
> another.
>
> I need your suggestion and help in completing this task.
>
> I have implemented the following code.
>
> while(1)
> {
> for(i=0;i<7;i++)
> {
> PORTD=~i;
> }
> }
>
>
> which looks like it should work fine what shall i do for further more.
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>Message
Re: [AVR-Chat] Help needed on atmel mega 169
2006-11-03 by James Ronald
Attachments
- No local attachments were found for this message.