Hi Henrik
So to get the program to count down from 9-0 would this do it:
FOR i = 9 to 0 STEP -1
GPIO = i
Pause 500
NEXT i
*I don't know why but I my code tags still aren't working tonight, sorry*
If GPIO = 9 then out would go 1001 to the driver etc...
Yes, without the pause it would have counted to 3 lightning fast I guess.
The LOOKUP table is excellent for outputting stored values though, really glad we touched on it.
Bookmarks