using servo's with bs2px
night_bot
Posts: 4
Hello everyone, I am havinf trouble trying to get my servo's to operate with a bs2px. So I was wondering if anyone had ant simple code for the bs2px. It would be a great help. Thankx
·Here is the very simple code I am playing with.
·do
·· pulsout 12,750
· pause 20
·loop
What I would like is to be able to go forward and reverse. From there I can figure out how turn in either direction.
Then· my next challenge will be to get the ping to work with the bs2px. With the sample code I downloaded it will not run on the bs2px.
Thanks a bunch, Duane
·Here is the very simple code I am playing with.
·do
·· pulsout 12,750
· pause 20
·loop
What I would like is to be able to go forward and reverse. From there I can figure out how turn in either direction.
Then· my next challenge will be to get the ping to work with the bs2px. With the sample code I downloaded it will not run on the bs2px.
Thanks a bunch, Duane
Comments
Note that some statements like PAUSE use milliseconds and that doesn't change with the Stamp model.