Hi,I am performing an ADC opertaion using PIC24FJ256GB206. My application requires the converted analog value to be divided by 16; since, I am a C lover, I am thinking to replace the instruction (ADCValue/16) with (ADCValue>>4) to improve the computation ..
↧