Synergia AVR 0.1

blank/main.cpp

Go to the documentation of this file.
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 }
 All Classes Files Functions Variables Defines