The output from hrm.raw stops working for me when Bangle.hrmWr(0x17,X), X >8. X==7 is the sweet spot.
Yet the analogRead(), does not seem affected by the LED current change.
EDIT:This is mostly just my code doing fancy things and not related to LED
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The output from hrm.raw stops working for me when
Bangle.hrmWr(0x17,X)
,X >8
. X==7 is the sweet spot.Yet the
analogRead()
, does not seem affected by the LED current change.EDIT:
This is mostly just my code doing fancy things and not related to LED