Home | History | Annotate | Download | only in hmc5883l

Lines Matching full:hmc5883l

30 #include "hmc5883l.h"
84 Hmc5883l::Hmc5883l(int bus) : m_i2c(bus)
117 Hmc5883l::update();
121 Hmc5883l::update(void)
140 Hmc5883l::direction(void)
146 Hmc5883l::heading(void)
148 float dir = Hmc5883l::direction() * 180/M_PI;
156 Hmc5883l::coordinates(void)
162 Hmc5883l::set_declination(float dec)
168 Hmc5883l::get_declination()