Browse Source

fixed tempSensitivity defined

LynnL4 6 years ago
parent
commit
463dc932ef
1 changed files with 2 additions and 0 deletions
  1. 2 0
      SparkFunLSM6DS3.h

+ 2 - 0
SparkFunLSM6DS3.h

@@ -121,6 +121,8 @@ public:
 	uint16_t fifoThreshold;
 	uint16_t fifoThreshold;
 	int16_t fifoSampleRate;
 	int16_t fifoSampleRate;
 	uint8_t fifoModeWord;
 	uint8_t fifoModeWord;
+
+	uint8_t tempSensitivity;
 	
 	
 };
 };