while(system_is_up)
{
   for each uC
   {
      do you have something to say? 
      if (yes) 
      { 
         process the data 
      } 
      <b>pause</b>
   } 
}