Question about repeat
karakiko
Posts: 11
Hi my dear friends
it seems that i didn't understand the repeat·
with this code i repeat endlessly the: test1.LED(1,0)
···················································test1.LED(0,0)
How i can repeat all the:test1.LED(1,0)
································· test1.LED(0,0)
····························· ··· WaitCnt(OneSecond + Cnt)
····························· ··· test1.LED(1,200)
····························· ··· test1.LED(0,200)
Thanks in advance,
Karakik
·························································
it seems that i didn't understand the repeat·
repeat test1.LED(1,0) test1.LED(0,0) WaitCnt(OneSecond + Cnt) test1.LED(1,200) test1.LED(0,200)
with this code i repeat endlessly the: test1.LED(1,0)
···················································test1.LED(0,0)
How i can repeat all the:test1.LED(1,0)
································· test1.LED(0,0)
····························· ··· WaitCnt(OneSecond + Cnt)
····························· ··· test1.LED(1,200)
····························· ··· test1.LED(0,200)
Thanks in advance,
Karakik
·························································
Comments