LSM9DS1 the other library

Fork of LSM9DS1 by Sherry Yang

Revision:
7:e6e3d320eb6c
Parent:
6:28c4b3c8b43d
Child:
8:16e88babd42a
diff -r 28c4b3c8b43d -r e6e3d320eb6c LSM9DS1.cpp
--- a/LSM9DS1.cpp	Thu Jun 15 07:17:11 2017 +0000
+++ b/LSM9DS1.cpp	Thu Jun 15 08:42:23 2017 +0000
@@ -344,6 +344,7 @@
 
     // Write the address we are going to read from and don't end the transaction
     i2c.write(xgAddress, &subAddress, 1, true);
+    // i2c.write(xgAddress, &subAddress, 1);
     // Read in all 8 bit registers containing the axes data
     i2c.read(xgAddress, data, 6);