Hello,
I want to make a simple program that goes like this. I will have 2 numeric controls and 2 comparisons. 1st numeric will compare if the number if less than 50. Second comparison if it's greater that 50. If less than 50, the LED according to that number will blink up and stay on. If the second number is greater than 50 then the LED belonging to that number will blink and stay on. NOW...
If either OR both of these lights turn on, a THIRD light should BLINK off and on automatically. if both the first two lights stay off, then the third should stay off.
I tried to use shift registers and a delay to get the delaying but i'm stuck.
Any help would be great. Thank you !
Thuba25