Searched defs:beats (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dgroveehr.cxx49 // set the beat counter to 0, init the clock and start counting beats
58 uint32_t beats = heart->beatCounter(); local
65 cout << "Millis: " << millis << " Beats: " << beats; local
/hardware/bsp/intel/peripheral/libupm/src/groveehr/
H A Dgroveehr.cxx119 uint32_t beats = beatCounter(); local
126 heartRate = (float(beats) / (float(millis) / 1000.0)) * 60.0;

Completed in 195 milliseconds