I have a Touch LED in my robot and I want it to blink.
I am programming in Pyhton and I made the Touch LED to be BLUE when the program is running and when the actions are executed it turns to BLUE-VIOLET. I’ll leave a screenshot of the end of my program to show you.
I want the Touch LED to be blinking BLUE VIOLET while the actions are being performed but I cannot find a way to do this. Does anyone know if this is possible and how to achieve it?
I have teams put the color LED in the block / function they are calling. So if there was a claw move function, the LED color becomes yellow and when the routine ends it turns the LED off.
Let us go through some basic troubleshooting actions, what is it doing? What is it supposed to be doing? Do we have any errors? Now that we have found out all of that, it’s time to do some brainstorming, how can we go about doing these things? List all of the options you can think of, then think, what would be the best way to do this, and what ways can we not use because of other code constraints?
Try going through some of these questions and tell me what the results are, if you can list the steps you took to get there and link your code, you can post it in between ``` it will format it for you!