Pulsout and High
Archiver
Posts: 46,084
Hey folks,
Someone asked me recently about the high command and pulsout. He wanted to
know if the pin will stay High if told to do so until it is called low, and
if the pulsout command works the same. I'm pretty sure the pulsout doesn't
work this way, but does the high do this? Stupid question I know. I should
know this stuff.
-William
____________________________
www.GoRobotics.net
Your premier robotics website.
Robotics books, projects, resources,
links, news, and more!
Someone asked me recently about the high command and pulsout. He wanted to
know if the pin will stay High if told to do so until it is called low, and
if the pulsout command works the same. I'm pretty sure the pulsout doesn't
work this way, but does the high do this? Stupid question I know. I should
know this stuff.
-William
____________________________
www.GoRobotics.net
Your premier robotics website.
Robotics books, projects, resources,
links, news, and more!
Comments
High and low will keep the state of the pin to what you set it to
until it is changes, but unfortunately, pulsout and pulsin do not,
you have to repeat the commands in a loop if you want them to
continue.
-Chris
--- In basicstamps@egroups.com, "William Cox" <william@c...> wrote:
> Hey folks,
> Someone asked me recently about the high command and pulsout. He
wanted to
> know if the pin will stay High if told to do so until it is called
low, and
> if the pulsout command works the same. I'm pretty sure the pulsout
doesn't
> work this way, but does the high do this? Stupid question I know. I
should
> know this stuff.
> -William
>
>
> ____________________________
> www.GoRobotics.net
> Your premier robotics website.
> Robotics books, projects, resources,
> links, news, and more!