Skip to content

Commit 62d6489

Browse files
authored
Fixed init
1 parent eafacc8 commit 62d6489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_SensorKit_LIS3DHTR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SensorKit_LIS3DHTR::SensorKit_LIS3DHTR(){}
44

55
bool SensorKit_LIS3DHTR::begin(){
6-
LIS.begin(Wire);
6+
LIS.begin(Wire, 0x19);
77
delay(100);
88
LIS.openTemp();
99
LIS.setOutputDataRate(LIS3DHTR_DATARATE_50HZ);

0 commit comments

Comments
 (0)