Hi there. I'm trying to use two I2C sensors (HW-246 GY-271) simultaneously. From what I've read it should be possible to have the two sensors connected to the same pins on the Arduino. I also have a Teensy, which has multiple I2C pins. But the libraries (QMC5883L) I'm using don't have any method for assigning pins. Can any one guide me a bit into the ins and outs of this? I'm quite lost in between assigning I2C pins in the libraries used and identifying multiple I2C devices and can't really find info on either topic...