Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
Dhmc5883l.cxx84 Hmc5883l::Hmc5883l(int bus) : m_i2c(bus) in Hmc5883l() function in Hmc5883l
117 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()
Dhmc5883l.h60 class Hmc5883l {
67 Hmc5883l(int bus);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhmc5883l.cxx34 upm::Hmc5883l* compass = new upm::Hmc5883l(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DHmc5883lSample.java39 upm_hmc5883l.Hmc5883l compas = new upm_hmc5883l.Hmc5883l(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dhmc5883l.py27 hmc = hmc5883l.Hmc5883l(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhmc5883l.js31 var myCompass = new hmc5883l.Hmc5883l(0);