HomeSort by relevance Sort by last modified time
    Searched refs:heart (Results 1 - 5 of 5) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
groveehr.cxx 46 // Instantiate a Grove Ear-clip Heart Rate sensor on digital pin D2
47 upm::GroveEHR* heart = new upm::GroveEHR(2); local
50 heart->clearBeatCounter();
51 heart->initClock();
52 heart->startBeatCounter();
57 uint32_t millis = heart->getMillis();
58 uint32_t beats = heart->beatCounter();
62 int hr = heart->heartRate();
64 // output milliseconds passed, beat count, and computed heart rate
66 cout << " Heart Rate: " << hr << endl
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GroveEHRSample.java 39 // Instantiate a Grove Ear-clip Heart Rate sensor on digital pin D2
40 upm_groveehr.GroveEHR heart = new upm_groveehr.GroveEHR(2); local
43 heart.clearBeatCounter();
44 heart.initClock();
45 heart.startBeatCounter();
48 long millis = heart.getMillis();
49 long beats = heart.beatCounter();
53 int hr = heart.heartRate();
55 // output milliseconds passed, beat count, and computed heart rate
56 System.out.println("Millis: " + millis + ", Beats: " + beats + ", Heart rate: " + hr)
    [all...]
  /external/v8/test/mjsunit/
regexp-results-cache.js 63 My heart is in the coffin there with Caesar, \
  /external/fonttools/Lib/fontTools/
agl.py 475 2665;heart;BLACK HEART SUIT
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]

Completed in 175 milliseconds