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

  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
ak8975.cxx 30 #include "ak8975.h"
36 AK8975::AK8975(int bus, uint8_t address):
53 AK8975::~AK8975()
57 bool AK8975::init()
94 bool AK8975::setMode(CNTL_MODES_T mode)
110 bool AK8975::isReady()
120 bool AK8975::waitforDeviceReady()
141 bool AK8975::update(bool selfTest
    [all...]
ak8975.h 37 * @sensor ak8975
38 * @comname AK8975 3-axis Magnetometer
44 * @brief API for the AK8975 magnetometer
50 * @snippet ak8975.cxx Interesting
52 class AK8975 {
56 * AK8975 registers
127 * ak8975 constructor
132 AK8975(int bus=AK8975_I2C_BUS, uint8_t address=AK8975_DEFAULT_I2C_ADDR);
135 * AK8975 Destructor
137 ~AK8975();
    [all...]

Completed in 550 milliseconds