Arduino-MAX30100
Arduino-MAX30100 copied to clipboard
How to stop MAX30100 and turn Off LEDs?
I am using MAX30100_PulseOximeter library and is working fine. To save to chip longer life I need to stop MAX30100 and turn the LEDs off. Please advice.
I believe that you can not shutdown max30100. This feature is present in max30102. About shutdown leds... u can set current to 0.0 mA (change register with address equal 0x09), so they will be in off state.
Sent from my iPhone
On 6 Feb 2020, at 14:40, williamesp2015 [email protected] wrote:
I am using MAX30100_PulseOximeter library and is working fine. To save to chip longer life I need to stop MAX30100 and turn the LEDs off. Please advice.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I see shoutdown function in the MAX30100.cpp. Does it related?