Can someone give me a hint on how to read all channels without using interrupts?
Every time the loop runs one channel is read, if adc is busy then it skips.
I would like to use it in main loop, so it does not interrupt the code just to copy the results to adc_array[8].
Neutone
Joined: 08 Sep 2003 Posts: 839 Location: Houston
Posted: Sat Jun 05, 2004 5:49 pm
I did something like this once. I thought it was more effective to read, average and select channel once per pass. I did it with if statements because I think its a faster method than using case select statements.
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