mesmic 2-axis reading 0x and 0y
ObsoleteSuperMan
Posts: 12
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.
does this mean we have a defective part?
OSM
' {$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