Home
last modified time | relevance | path

Searched refs:startBeatCounter (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/groveehr/
Dgroveehr.h91 void startBeatCounter();
Dgroveehr.cxx92 void GroveEHR::startBeatCounter() in startBeatCounter() function in GroveEHR
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGroveEHRSample.java45 heart.startBeatCounter(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgroveehr.js35 myHeartRateSensor.startBeatCounter();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgroveehr.cxx52 heart->startBeatCounter(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgroveehr.py52 myHeartRateSensor.startBeatCounter()