Home
last modified time | relevance | path

Searched refs:getUnits (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhx711.js34 console.log(scale.getUnits());
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhx711.cxx39 std::cout << scale->getUnits() << std::endl; in main()
/hardware/bsp/intel/peripheral/libupm/src/hx711/
Dhx711.h107 float getUnits(uint8_t times = 1);
Dhx711.cxx129 float HX711::getUnits(uint8_t times){ in getUnits() function in HX711