Go to the source code of this file.
Functions | |
void | hemisson_task1 (void) |
|
Definition at line 28 of file hemisson_task1.c. Referenced by Scheduler_Interrupt().
00029 { 00030 // Add your task here 00031 // This code will be executed every 40 ms 00032 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 00033 // !!! BE CAREFUL THAT THE WHOLE TASK MUSN'T LAST LESS THAN 200 us !!! 00034 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 00035 } |