Skip to content

Commit 4fc3d44

Browse files
authored
Merge pull request #1 from Gianmarco727/Gianmarco727-hum-sensor-fix
Cicerone MKR board fix
2 parents e539350 + e11c95b commit 4fc3d44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MKRENV.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ int ENVClass::begin()
8282
if (i2cReadWord(VEML6075_ADDRESS, VEML6075_ID_REG) != 0x0026) {
8383
_isv2 = true;
8484
}
85-
85+
86+
delay(1);
87+
8688
readHTS221Calibration();
8789

8890
// turn on the HTS221 and enable Block Data Update

0 commit comments

Comments
 (0)