pololu / lsm303-arduino

Arduino library for Pololu LSM303 boards
http://www.pololu.com/catalog/product/2124
MIT License
140 stars 137 forks source link

Connecting two LSM303? #13

Open danielle-h opened 7 years ago

danielle-h commented 7 years ago

I need to connect to two LSM303 using an I2C bus. Creating one LSM303 seems to read data from both devices, and when creating two they both read from both devices. How do I specify two separate devices? I could not find a way to specify the address. Thank you!