Skip to content

Commit 24436a1

Browse files
authored
Merge pull request #2226 from adafruit/updated_9DoF
Adding definition for LSM6DS3TRC
2 parents 20bcc2c + bbf422f commit 24436a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Adafruit_LSM6DSOX lsm6ds;
2222
//#include <Adafruit_ISM330DHCX.h>
2323
//Adafruit_ISM330DHCX lsm6ds;
2424

25+
// To use with the LSM6D3TR-C+LIS3MDL breakout, uncomment these two lines
26+
// and comment out the lines referring to the LSM6DSOX above
27+
//#include <Adafruit_LSM6DS3TRC.h>
28+
//Adafruit_LSM6DS3TRC lsm6ds;
29+
2530
#include <Adafruit_LIS3MDL.h>
2631
Adafruit_LIS3MDL lis3mdl;
2732

0 commit comments

Comments
 (0)