Quote Originally Posted by johnnylynx View Post
Hi,

Thanks for the quick feedback - Question though - why would it work if all three or two CALL lines are active?

I tried changing the CALL to GOSUB and it still didn't work. If I add a 'PAUSE pausetime' after the LOW command it worked. Found that solution elsewhere!

Why would it work with out the added PAUSE (with 2 or more CALL's active)?

Confused I am.

John.
Hi John,
Think about what you are telling it to do,
Turn light on
pause 200
turn light off
no waiting here
turn light on
pause . . . The PIC is faster than the eye.