Hello,
I've used this script here:
http://www.henryleach.com/2013/05/contr ... ry-pi.html
to make an RGB LED cycle through colours. Because it uses PWM, you can't just switch the LED pins on and off and leave them.
I'd like to use the LED cycling through colours to indicate an on/off in my project (a separate python script).
So my question is this: how can the other script call this one to make it switch on and off? I don't know python well enough.
Thanks!