Ahh, ok - then actually all you need is:
Bangle.on("HRM-raw", h => { print(h.isWearing); }) Bangle.setHRMPower(1)
The isWearing value is reported in HRM-raw
@Gordon started
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.
Ahh, ok - then actually all you need is:
The isWearing value is reported in HRM-raw