i need for sent all index values equal to 10msec time
pl help me sir
Set up a timer to interrupt every 10mS ... Then in the Timer ISR just set a flag. Don;t make the mistake of trying to do too much stuff in the ISR.
monitor the flag and when it's set output the next value, then clear the flag and wait for the next.
I posted a rough outlie of the code in a previous posting...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum