In the file "MHML/hardware/src/max30102.cpp", the Wire.requestFrom() has a Wire.beginTransmission() before it and a Wire.endTransmission() after it. Those Wire.beginTransmission() and Wire.endTransmission() may be removed.
Explanation: Common-mistakes, number 2 and 3.
In the file "MHML/hardware/src/max30102.cpp", the Wire.requestFrom() has a Wire.beginTransmission() before it and a Wire.endTransmission() after it. Those Wire.beginTransmission() and Wire.endTransmission() may be removed.
Explanation: Common-mistakes, number 2 and 3.