xbee and prop chapter 4 tutorial
fsb
Posts: 24
I have a stupid newb question.
In the xbee tutorial by step lindsay in chapter 4, there is a program called "simple debug" for the prop in spin.
The program essentially transmits such that the receiving xbee counts up from one to 20.
It runs fine, but it doesn't loop.
Is it supposed to? I thought that was the purpose of the "repeat" statement.
If not, how would one write it so it repeats?
fsb
In the xbee tutorial by step lindsay in chapter 4, there is a program called "simple debug" for the prop in spin.
The program essentially transmits such that the receiving xbee counts up from one to 20.
It runs fine, but it doesn't loop.
Is it supposed to? I thought that was the purpose of the "repeat" statement.
If not, how would one write it so it repeats?
fsb
Comments
If so then the repeat loop is working as it should.
fsb
To this:
That did the trick. I see the importance of proper indentation.
That helped alot
fsb