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

  /hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.h 57 #define OUT_Z_H_A 0x2D
lsm303.cxx 174 accel[Z] = (int16_t(readThenWrite(OUT_Z_H_A)) << 8)
  /hardware/bsp/intel/peripheral/libupm/src/lsm303d/
lsm303d.h 188 OUT_Z_H_A = 0x2D,
lsm303d.cxx 182 accel[Z] = (int16_t(writeThenRead(OUT_Z_H_A)) << 8)

Completed in 501 milliseconds