//--------------------------------------------------------------------------------------- // Programm Nr.: 00 // Content : empty project // Author : digital AG Halle // Date : 13.07.2008 // System : ATmega8-16PU - Dai Hoc Hue Development Board //--------------------------------------------------------------------------------------- //--included Files----------------------------------------------------------------------- #include //--declarations------------------------------------------------------------------------- //--MAIN PROGRAMM------------------------------------------------------------------------ int main() { //--INITIALISATION--------------------------------------------------------------- //--MAIN LOOP------------------------------------------------------------------- while(1) { } } //--PROGRAMM END------------------------------------------------------------------------