U8 values[16];
U8 index;
  for (index = 0; index <16 ; index++)
  (
    readADC (values[index]);
  }