Hi. If I need to control a motor based on adc(1), how can I get a responsive control? eg, if adc(1) > 15, setdac 1,500. However, when adc(1) < 15, setdac 1,0. It has to do this while looking out for changes from adc(1) until an interupt is activated. Do I use a while loop? thank you.