Hi all. I want to make a program which has a continuous sine wave as input, for which, I want to design 3 Boolean lights to show when the amplitude is greater than 0,less than 0 and greater than threshold,which could be set. I want them to indicate it continuously. Problem is it doesn't glow continuously(dosen't flicker when amplitude changes). Only when I stop the while loop,the LED depending on the last value glows!! Or when I use the highlight execution it shows...
Thank you in advance..