Shop OBEX P1 Docs P2 Docs Learn Events
mesmic 2-axis reading 0x and 0y — Parallax Forums

mesmic 2-axis reading 0x and 0y

ObsoleteSuperManObsoleteSuperMan Posts: 12
edited 2007-08-08 21:44 in BASIC Stamp
i have the mesmis 2-axis senso hooked to the top of a boe bot, bs2 rev g on it, hooked up in the example shown, and running the following code.

' {$STAMP BS2}
' {$PBASIC 2.5}
x     VAR  Word
y     VAR  Word
DO
  PULSIN 6, 1, x
  PULSIN 7, 1, y
  DEBUG CLS, ? x, ? y
  PAUSE 100
LOOP

does this mean we have a defective part?

OSM

Comments

Sign In or Register to comment.