
   ADCOCON2 = 0x40 + (ch); 

and when I call ADC read:

   Head1_ADC=ADC_read(0x00);
   Head2_ADC=ADC_read(0x01);
   //...and so on
