Skip to content

Commit bbf422f

Browse files
committed
Adding definition for LSM6DS3TRC
Adding definition for the LSM6DSTR-C library
1 parent 20bcc2c commit bbf422f

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)