HomeSort by relevance Sort by last modified time
    Searched refs:HMC5883L_Y_MSB_REG (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/examples/c++/
I2c-compass.cpp 47 #define HMC5883L_Y_MSB_REG 4
127 y = (rx_tx_buf[HMC5883L_Y_MSB_REG] << 8) | rx_tx_buf[HMC5883L_Y_LSB_REG];
  /hardware/bsp/intel/peripheral/libmraa/examples/
i2c_HMC5883L.c 43 #define HMC5883L_Y_MSB_REG 4
123 y = (rx_tx_buf[HMC5883L_Y_MSB_REG] << 8) | rx_tx_buf[HMC5883L_Y_LSB_REG];
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
I2cCompass.java 58 final static byte HMC5883L_Y_MSB_REG = 4;
122 y = (rx_tx_buf[HMC5883L_Y_MSB_REG] << 8) | rx_tx_buf[HMC5883L_Y_LSB_REG];
  /hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.cxx 47 #define HMC5883L_Y_MSB_REG 4
134 m_coor[1] = (m_rx_tx_buf[HMC5883L_Y_MSB_REG] << 8 ) | m_rx_tx_buf[HMC5883L_Y_LSB_REG];

Completed in 80 milliseconds