• 10ms is a bit unrealistic, it is too slow for that. Maybe even if you would remove the print calls which are slow you could probably barely run that code in 10ms. you can try to put "jit" there like

    Bangle.on("HRM-raw",function(data){ "jit"
    

    to enable JIT compiler, but still - printing (probably over bluetooth?) is slow

About

Avatar for fanoush @fanoush started