Okey this is, for me , bit tricky even to ask the question:
firstly, I am using arduino to blink the led....
it blinks LED in certain pattern so there has to delay between certain patterns of blink in the program....
no problem...
okey..now i thought of adding a small tweak ...
add another led and control the brightness according to the ADC value obtained on on of the pins....
okey....I did implement this...but what i noticed is ....the led controlled by ADC input too some time to respond....which of course is because of the delay....
Hey people how can i solve this....read the ADC instantly...and also blink the led
I thought about using interrupts....but just a thought...any other clever solutions ???

firstly, I am using arduino to blink the led....
it blinks LED in certain pattern so there has to delay between certain patterns of blink in the program....
no problem...
okey..now i thought of adding a small tweak ...
add another led and control the brightness according to the ADC value obtained on on of the pins....
okey....I did implement this...but what i noticed is ....the led controlled by ADC input too some time to respond....which of course is because of the delay....
Hey people how can i solve this....read the ADC instantly...and also blink the led
I thought about using interrupts....but just a thought...any other clever solutions ???
