Bs2sx
Blackbird455
Posts: 124
I originally asked this about the BS1...........maybe it'll go over a little better this time...........
· Basically I need a code "snippett" or EXAMPLE , not for someone to write the entire thing for me.....
·I need to have ONE button tied to PIN 0, ................... once power is applied, she starts running, and then I push the button........up to 30 times.
Every time that the button is pushed, a new set of instructions runs, example:
···· DO
···· TOGGLE 2········ 'first set after power up, or "main"
···· PAUSE 60
···· LOOP
···· IF (heres where I need the help) THEN???
···· DO··················'just an example of one of thirty or so sets of instructions·
···· TOGGLE 3
···· PAUSE 20
···· TOGGLE 5
···· PAUSE 60
···· LOOP
I would really appreciate some more help on this, I know that I am just overlooking something simple.
Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Noli nothis permittere te terere
· Basically I need a code "snippett" or EXAMPLE , not for someone to write the entire thing for me.....
·I need to have ONE button tied to PIN 0, ................... once power is applied, she starts running, and then I push the button........up to 30 times.
Every time that the button is pushed, a new set of instructions runs, example:
···· DO
···· TOGGLE 2········ 'first set after power up, or "main"
···· PAUSE 60
···· LOOP
···· IF (heres where I need the help) THEN???
···· DO··················'just an example of one of thirty or so sets of instructions·
···· TOGGLE 3
···· PAUSE 20
···· TOGGLE 5
···· PAUSE 60
···· LOOP
I would really appreciate some more help on this, I know that I am just overlooking something simple.
Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Noli nothis permittere te terere
Comments
The only thing to be careful of is that you have to hold the button in long enough for the snippet to finish. It looks like all of them are short so that shouldn't be a problem.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Noli nothis permittere te terere
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
Post Edited (Chris Savage (Parallax)) : 10/31/2007 6:29:31 PM GMT