Quote Originally Posted by cncmachineguy View Post
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 .
Works perfectly. Didnt work at first, but then i forgot the OPTION_REG.5 = 0 had to be put into the code for GPIO.2 to work.