We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bcc2c commit bbf422fCopy full SHA for bbf422f
ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino
@@ -22,6 +22,11 @@ Adafruit_LSM6DSOX lsm6ds;
22
//#include <Adafruit_ISM330DHCX.h>
23
//Adafruit_ISM330DHCX lsm6ds;
24
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
+
30
#include <Adafruit_LIS3MDL.h>
31
Adafruit_LIS3MDL lis3mdl;
32
0 commit comments