Adafruit_SensorLab icon indicating copy to clipboard operation
Adafruit_SensorLab copied to clipboard

added mlx90393 mag support

Open maxxmudd opened this issue 4 years ago • 4 comments

Adafruit_SensorLab.cpp -added a detectMLX90393 method -modified the getMagnetometer method to include detectMLX90393 condition

Adafruit_SensorLab.h -set the file to include the Adafruit_MLX90393 header file -added a detectMLX90393 boolean -added pointer to Adafruit_MLX90393 class, set to NULL

Comments: -these changes have been tested using the mag_hardiron_simplecal.ino example

maxxmudd avatar Jan 01 '21 01:01 maxxmudd