Ok, new test for you to try. First make sure all three PWM's are working.Let you main call them 1 at a time like this:
Code:
main:
gosub red
gosub blue
gosub green
goto main
I know you said in your first post that all three worked, lets just be sure, then we can build on that .
Bookmarks