Spin Newbie Question
Tim Creed
Posts: 4
As a newbie to the Prop, I have what I'm sure is a simple question. I'm in a repeat loop with a WHILE conditional statement that exits the loop upon a specific pin input state. It then goes into a second conditional repeat loop that (at some point) I want to exit and return to the first loop. How do I get back to the first loop? Something like a JUMP command in assembly language.
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Now when the second loop exits you want to start at the first. You could just add another repeat loop around the whole thing:
Do I have the right picture in mind ?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
TC
Probably a bit slower in execution though.
By the way, welcome to the wonderful world of propelling!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
Regards,
TC