Quote Originally Posted by Darrel Taylor View Post
It is equivelent to ...
Code:
IF LoopLED(x) < OnTime(x) THEN
    GPIO.0(x) = 1
ELSE
    GPIO.0(x) = 0
ENDIF
Like any invention, after the explanation, it seems obvious. However, this is a coding construct I loved learning.