|
Re: HELP!!! PBasic and I just don't get along!!!
Posted by Nick at 1/31/2001 8:58 PM EST
Student on team #240, Mach V, from Jefferson Monroe High School and Visteon.
In Reply to: Re: HELP!!! PBasic and I just don't get along!!!
Posted by Joe Ross on 1/31/2001 8:18 PM EST:
If you decide to make a loop for the pausing of the pump the code would look something like this:
Declare Variables:
coun VAR byte (you cannot use count as a variable)
Mainloop:
coun = coun + 1
if coun
__________________
This message was archived from an earlier forum system. Some information may have been left out. Start new discussion in the current forums, and refer back to these threads when necessary.
|