Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/adxl335/
Dadxl335.cxx92 float xVolts, yVolts, zVolts; in acceleration() local
96 yVolts = float(y) * m_aref / 1024.0; in acceleration()
100 *yAccel = (yVolts - m_zeroY) / ADXL335_SENSITIVITY; in acceleration()