Main Page | Modules | File List | Globals

main.c File Reference


Detailed Description

The main function where you can add your own code.

Definition in file main.c.

Go to the source code of this file.

Functions

void main ()


Function Documentation

void main  ) 
 

Definition at line 40 of file main.c.

References hemisson_init().

00041 {
00042 
00043    hemisson_init();        // Start Hemisson Initialisation
00044 
00045    while(1)
00046    {
00047       // Add your Code here
00048    }
00049 
00050 }


Generated on Mon Feb 23 23:53:23 2004 for HemiOs by doxygen 1.3.4