You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using 2 (or more) sensors on the same device the sensor values read from the sensors can get mixed up.
The struct sense is defined as a global and is reused from multiple instances of the MAX30105 class.
Solution:
Declare sense as class private:
0 commit comments