Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmhz16.cxx48 upm::MHZ16* co2 = new upm::MHZ16(0); in main() local
51 if (!co2->setupTty(B9600)) in main()
70 co2->getData(&gas, &temp); in main()
81 delete co2; in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DMHZ16Sample.java43 upm_mhz16.MHZ16 co2 = new upm_mhz16.MHZ16(0); in main() local
51 co2.getData(gas, temp); in main()