We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8501c29 commit 54f69f4Copy full SHA for 54f69f4
i2c/lis3dh_i2c/lis3dh_i2c.c
@@ -27,7 +27,7 @@
27
const int ADDRESS = 0x18;
28
const uint8_t CTRL_REG_1 = 0x20;
29
const uint8_t CTRL_REG_4 = 0x23;
30
-const uint8_t TEMP_CFG_REG = 0xC0;
+const uint8_t TEMP_CFG_REG = 0x1F;
31
32
#ifdef i2c_default
33
0 commit comments