|
Re: Waiting Until Limit Switch Is Pressed
Put it in a loop? I'm not sure how specific to get - depends on what framework you are using. Something like this..
...
while(limit input is not asserted and still in auto mode)
{
set motor speed
}
stop motor
...
__________________
Fast, cheap or working - pick any two!
|