Sfoglia il codice sorgente

remove unsed include spi.h

lanselambor 7 anni fa
parent
commit
ef8a362258

+ 0 - 1
examples/FreeFallDetect/FreeFallDetect.ino

@@ -30,7 +30,6 @@
 
 #include "SparkFunLSM6DS3.h"
 #include "Wire.h"
-#include "SPI.h"
 
 #define CLEAR_STEP      true
 #define NOT_CLEAR_STEP  false 

+ 0 - 1
examples/HighLevelExample/HighLevelExample.ino

@@ -30,7 +30,6 @@
 
 #include "SparkFunLSM6DS3.h"
 #include "Wire.h"
-#include "SPI.h"
 
 //Create a instance of class LSM6DS3
 LSM6DS3 myIMU( I2C_MODE, 0x6A );  //I2C device address 0x6A

+ 0 - 1
examples/Pedometer/Pedometer.ino

@@ -30,7 +30,6 @@
 
 #include "SparkFunLSM6DS3.h"
 #include "Wire.h"
-#include "SPI.h"
 
 #define CLEAR_STEP      true
 #define NOT_CLEAR_STEP  false