Searched refs:getMillis (Results 1 - 25 of 31) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dwheelencoder.js41 console.log("Millis: " + sensor.getMillis() + " Count: " +
H A Dgroveehr.js41 millis = myHeartRateSensor.getMillis();
H A Dgrovewfs.js43 millis = myWaterFlow_obj.getMillis();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dwheelencoder.cxx56 cout << "Millis: " << sensor->getMillis() << " Count: "
H A Dgroveehr.cxx57 uint32_t millis = heart->getMillis();
H A Dgrovewfs.cxx57 uint32_t millis = flow->getMillis();
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DGroveWFSSample.java46 System.out.print("Millis: " + flow.getMillis() + " FlowCount: " + flow.flowCounter());
H A DGroveEHRSample.java48 long millis = heart.getMillis();
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dwheelencoder.py49 print "Millis:", sensor.getMillis(), "Count:", sensor.counter()
H A Dgroveehr.py57 millis = myHeartRateSensor.getMillis()
H A Dgrovewfs.py55 millis = myWaterFlow.getMillis()
/hardware/bsp/intel/peripheral/libupm/src/groveehr/
H A Dgroveehr.h72 uint32_t getMillis();
H A Dgroveehr.cxx59 uint32_t GroveEHR::getMillis() function in class:GroveEHR
118 uint32_t millis = getMillis();
/hardware/bsp/intel/peripheral/libupm/src/grovewfs/
H A Dgrovewfs.h85 uint32_t getMillis();
H A Dgrovewfs.cxx63 uint32_t GroveWFS::getMillis() function in class:GroveWFS
117 uint32_t millis = getMillis();
/hardware/bsp/intel/peripheral/libupm/src/ta12200/
H A Dta12200.h81 uint32_t getMillis();
H A Dta12200.cxx56 uint32_t TA12200::getMillis() function in class:TA12200
89 uint32_t start = getMillis();
92 while (getMillis() < (start + 1000))
/hardware/bsp/intel/peripheral/libupm/src/wheelencoder/
H A Dwheelencoder.h85 uint32_t getMillis();
H A Dwheelencoder.cxx52 uint32_t WheelEncoder::getMillis() function in class:WheelEncoder
/hardware/bsp/intel/peripheral/libupm/src/l298/
H A Dl298.h113 uint32_t getMillis();
/hardware/bsp/intel/peripheral/libupm/src/uln200xa/
H A Duln200xa.h95 uint32_t getMillis();
H A Duln200xa.cxx89 uint32_t ULN200XA::getMillis() function in class:ULN200XA
218 if (getMillis() >= m_stepDelay)
/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
H A Dadafruitms1438.h118 uint32_t getMillis(STEPMOTORS_T motor);
/hardware/bsp/intel/peripheral/libupm/src/grovemd/
H A Dgrovemd.h244 uint32_t getMillis();
H A Dgrovemd.cxx125 if (getMillis() >= m_stepDelay)
187 uint32_t GroveMD::getMillis() function in class:GroveMD

Completed in 606 milliseconds

12