Raj's thoughts.....
Saturday, 14 July 2012
code for interfacing led with atmega16
#include<avr/io.h>
void main()
{
DDRA=0xFF;
while(1)
{
PORTA=~PORTA;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment