oxullo / Arduino-MAX30100

Arduino library for MAX30100, integrated oximeter and heart rate sensor
GNU General Public License v3.0
190 stars 134 forks source link

@proyectoTEOS #62

Open celciusjj opened 5 years ago

celciusjj commented 5 years ago

@proyectoTEOS Maxso100 uses asynchronous call back and pox.update() must be called as soon as possible I too work with many sensors and I too faced the same software reset problem So to avoid it I just added pox.begin() and pox.update in middle of the code where it blocks the esp8266 from calling its utility function i.e where there is large delay to perform the operation

_Originally posted by @JanashreeA in https://github.com/oxullo/Arduino-MAX30100/issues/42#issuecomment-373120375

can you help me?

kentpaul commented 4 years ago

hello sir did you solve this issue?