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 c58bb7d commit eafacc8Copy full SHA for eafacc8
src/Arduino_SensorKit_LIS3DHTR.cpp
@@ -5,7 +5,9 @@ SensorKit_LIS3DHTR::SensorKit_LIS3DHTR(){}
5
bool SensorKit_LIS3DHTR::begin(){
6
LIS.begin(Wire);
7
delay(100);
8
+ LIS.openTemp();
9
LIS.setOutputDataRate(LIS3DHTR_DATARATE_50HZ);
10
+ LIS.setHighSolution(true);
11
return LIS;
12
}
13
0 commit comments