diff --git a/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino b/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino index eec7b4480..1e541b657 100644 --- a/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino +++ b/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino @@ -22,6 +22,11 @@ Adafruit_LSM6DSOX lsm6ds; //#include //Adafruit_ISM330DHCX lsm6ds; +// To use with the LSM6D3TR-C+LIS3MDL breakout, uncomment these two lines +// and comment out the lines referring to the LSM6DSOX above +//#include +//Adafruit_LSM6DS3TRC lsm6ds; + #include Adafruit_LIS3MDL lis3mdl;