00001 /* Project info here */ 00002 00003 #include <avr/io.h> 00004 #include <util/delay.h> 00005 00006 int main(void){ 00007 00008 for(;;) 00009 { 00010 } 00011 return 0; 00012 }