using the mamsic 2125 with bs2px
scary_bot
Posts: 32
Hello, I found a great post about using the memsic 2125.. here is the link.
http://forums.parallax.com/showthread.php?p=522967
·What I'd like to know is what ajustments need to be made to use it with the bs2-px. In paticular I am interested in this line.....
· ' Instead of measurements that range from 1875 to 3125 with 2500 = no tilt,
· ' These two statements shift the tilt measurements to range from -625 to 625
· ' with 0 = no tilt.
· x = (x MIN 1875 MAX 3125) - 2500
· y = (y MIN 1875 MAX 3125) - 2500
·
·What values might be needed to use this with the bs2-px? Thank you.. _Duane
·
http://forums.parallax.com/showthread.php?p=522967
·What I'd like to know is what ajustments need to be made to use it with the bs2-px. In paticular I am interested in this line.....
· ' Instead of measurements that range from 1875 to 3125 with 2500 = no tilt,
· ' These two statements shift the tilt measurements to range from -625 to 625
· ' with 0 = no tilt.
· x = (x MIN 1875 MAX 3125) - 2500
· y = (y MIN 1875 MAX 3125) - 2500
·
·What values might be needed to use this with the bs2-px? Thank you.. _Duane
·