Definition in file main.c.
Go to the source code of this file.
Functions | |
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 } |