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 eafacc8 commit 62d6489Copy full SHA for 62d6489
src/Arduino_SensorKit_LIS3DHTR.cpp
@@ -3,7 +3,7 @@
3
SensorKit_LIS3DHTR::SensorKit_LIS3DHTR(){}
4
5
bool SensorKit_LIS3DHTR::begin(){
6
- LIS.begin(Wire);
+ LIS.begin(Wire, 0x19);
7
delay(100);
8
LIS.openTemp();
9
LIS.setOutputDataRate(LIS3DHTR_DATARATE_50HZ);
0 commit comments