Quote Originally Posted by Robotica1 View Post
This means if I want to light LED 1 I send l1 high. If I want to light LED 2 I have to send l2 high and l3 low etc.
Right, but
Quote Originally Posted by Robotica1 View Post
When the code hits "high l9:high l11ause 3:"..l9 flashes (almost imperceptibly) then l11 goes high. When it gets to the next section ('High l10:low l11:high l12) then l10 goes high and l12 does nothing!!
Code:
high l9:high l11:pause 3:

	  low l9:low l11

	  high l10:low l11:high l12:pause 3:

	  low l10:low l12
But something does not look right in the above.