03-31-2017 10:01 AM
For example...
I want to create an LED indicator that when set true, it will reset itself to false after 3 seconds. However, I'd like for the code and LED indicator to be self contained. I don't want the latching code to be in the main program.
So to break it down, when I set the LED to true, it will, without any intervention from the main code, reset itself to false after N seconds.
Solved! Go to Solution.
03-31-2017 10:03 AM
The keyword you should be searching for is XControl.
03-31-2017 10:04 AM
Thank you.