Home | History | Annotate | Download | only in hmc5883l

Lines Matching full:hmc5883l

34  * @brief HMC5883L Magnometer library
35 * @defgroup hmc5883l libupm-hmc5883l
40 * @library hmc5883l
41 * @sensor hmc5883l
42 * @comname HMC5883L 3-Axis Digital Compass
49 * @brief API for the HMC5883L 3-Axis Digital Compass
51 * Honeywell [HMC5883L]
53 * is a 3-axis digital compass. Communication with HMC5883L is simple and
57 * @image html hmc5883l.jpeg
58 * @snippet hmc5883l.cxx Interesting
60 class Hmc5883l {
63 * Creates an Hmc5883l object
67 Hmc5883l(int bus);