Adafruit_SensorLab icon indicating copy to clipboard operation
Adafruit_SensorLab copied to clipboard

Enable configurable I2C addresses for MLX90393 magnetometers

Open henrykrumb opened this issue 1 year ago • 0 comments

MLX90393 breakout boards support four configurable I2C addresses in the range of 0x0C to 0x0C | 0x03. The getMagnetometer method (or detectMLX90393 in particular) should support a selection of multiple devices if they are attached to the same I2C bus.

The implementation could be similar to this PR for a different sensor type: https://github.com/adafruit/Adafruit_SensorLab/pull/9

henrykrumb avatar Jan 10 '24 10:01 henrykrumb