programming question for bs2
firealarmfreak
Posts: 105
Hey i have a basic stamp 2 programming question.
I want to loop a section of code for 1 minuite and then have it go to another section of code. How could I do this?
Chris.
I want to loop a section of code for 1 minuite and then have it go to another section of code. How could I do this?
Chris.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
The PAUSE occupies most of the loop time, so you may be able to ignore the execution time to keep the count and check the two switches.
·