Searched refs:Hmc5883l (Results 1 – 6 of 6) sorted by relevance
84 Hmc5883l::Hmc5883l(int bus) : m_i2c(bus) in Hmc5883l() function in Hmc5883l117 Hmc5883l::update(); in Hmc5883l()121 Hmc5883l::update(void) in update()140 Hmc5883l::direction(void) in direction()146 Hmc5883l::heading(void) in heading()148 float dir = Hmc5883l::direction() * 180/M_PI; in heading()156 Hmc5883l::coordinates(void) in coordinates()162 Hmc5883l::set_declination(float dec) in set_declination()168 Hmc5883l::get_declination() in get_declination()
60 class Hmc5883l {67 Hmc5883l(int bus);
34 upm::Hmc5883l* compass = new upm::Hmc5883l(0); in main()
39 upm_hmc5883l.Hmc5883l compas = new upm_hmc5883l.Hmc5883l(0); in main()
27 hmc = hmc5883l.Hmc5883l(0)
31 var myCompass = new hmc5883l.Hmc5883l(0);