Home
last modified time | relevance | path

Searched refs:compRH (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/java/
DHTU21DSample.java41 float compRH = 0; in main() local
47 compRH = sensor.getCompRH(); in main()
52 + ", compensated RH: " + compRH); in main()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhtu21d.cxx53 float compRH = 0.0; in main() local
60 compRH = sensor->getCompRH(true); in main()
69 compRH << std::endl; in main()