09-19-2013 08:43 AM
Hello to all,
I would like to ask you to solve a problem.
In my code I have an LED that turns red or green depending on whether the information is correct or wrong. I want that when the LED turns red stays red forever (like to report a problem) although subsequent iterations do not give problems (and the LED would return to green).
How can I do?
Thanks
09-19-2013 09:07 AM
Shift Registers may solve your problem.
Regards,
09-20-2013 03:23 AM
Hello.
I have tried using the Shift Register but I can not get the desired result.
Can you tell me how to wire the shift register to the LED "Error"?
Thanks
I enclose a picture of the piece of my code
09-20-2013 06:03 AM
Just add an OR into it.
09-20-2013 07:45 AM
I'm sorry I did not understand.
Where to add an OR? And what should I wire it?
09-20-2013 08:02 AM
09-20-2013 08:10 AM