oxullo/Arduino-MAX30100

@proyectoTEOS

celciusjj opened this issue · 1 comments

@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 #42 (comment)

can you help me?

hello sir did you solve this issue?