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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
lsm303.cxx 47 << " - gY " << sensor->getCoorY()
  /hardware/bsp/intel/peripheral/libupm/examples/java/
LSM303Sample.java 49 System.out.println("coor: gX " + sensor.getCoorX() + " - gY " + sensor.getCoorY()
  /hardware/bsp/intel/peripheral/libupm/examples/python/
lsm303.py 64 myAccelrCompass.getCoorX(), myAccelrCompass.getCoorY(),
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
lsm303.js 47 + " - gY " + myAccelrCompass.getCoorY()
  /hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.h 141 int16_t getCoorY();
lsm303.cxx 145 LSM303::getCoorY() {
  /hardware/bsp/intel/peripheral/libupm/src/lsm303d/
lsm303d.h 133 int16_t getCoorY();
lsm303d.cxx 154 LSM303d::getCoorY() {

Completed in 39 milliseconds