HomeSort by relevance Sort by last modified time
    Searched refs:m_declination (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.h 106 float m_declination; member in class:upm::Hmc5883l
hmc5883l.cxx 142 return atan2(m_coor[1] * SCALE_0_92_MG, m_coor[0] * SCALE_0_92_MG) + m_declination;
164 m_declination = dec;
170 return m_declination;

Completed in 474 milliseconds