Home
last modified time | relevance | path

Searched defs:flowRate (Results 1 – 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/grovewfs/
Dgrovewfs.cxx115 float GroveWFS::flowRate() in flowRate() function in GroveWFS
121 float flowRate = (float(flow) * 7.5) / ((float(millis) / 1000.0) * 60.0); in flowRate() local