Searched refs:m_gyroScale (Results 1 – 4 of 4) sorted by relevance
51 m_gyroScale = 1.0; in MPU60X0()203 m_gyroScale = 131.0; in setGyroscopeScale()207 m_gyroScale = 65.5; in setGyroscopeScale()211 m_gyroScale = 32.8; in setGyroscopeScale()215 m_gyroScale = 16.4; in setGyroscopeScale()219 m_gyroScale = 1.0; // set a safe, though incorrect value in setGyroscopeScale()307 *x = m_gyroX / m_gyroScale; in getGyroscope()310 *y = m_gyroY / m_gyroScale; in getGyroscope()313 *z = m_gyroZ / m_gyroScale; in getGyroscope()
951 float m_gyroScale; variable
58 m_gyroScale = 0.0; in LSM9DS0()405 m_gyroScale = 8.75; in setGyroscopeScale()409 m_gyroScale = 17.5; in setGyroscopeScale()413 m_gyroScale = 70.0; in setGyroscopeScale()417 m_gyroScale = 0.0; // set a safe, though incorrect value in setGyroscopeScale()603 *x = (m_gyroX * m_gyroScale) / 1000.0; in getGyroscope()606 *y = (m_gyroY * m_gyroScale) / 1000.0; in getGyroscope()609 *z = (m_gyroZ * m_gyroScale) / 1000.0; in getGyroscope()
1461 float m_gyroScale; variable