Jurica Resetar / LSM9DS1

Dependents:   iBeacon acnsensa acnSENSA

Fork of ACD52832_LSM9DS1 by Filip Hormot

Revision:
3:d4f9aaab3bc3
Parent:
2:4a4b17ad577e
Child:
4:a1a57aaacc4c
--- a/LSM9DS1.cpp	Wed Mar 08 13:35:56 2017 +0000
+++ b/LSM9DS1.cpp	Mon Jul 10 18:24:28 2017 +0000
@@ -4,9 +4,6 @@
 #include "acd52832_bsp.h"
 
 LSM9DS1::LSM9DS1(I2C i2c) : _i2c(i2c){
-    startAcc();
-    startGyro();
-    startMag();
 } 
 
 void LSM9DS1::startMag(){