Home
last modified time | relevance | path

Searched refs:getCoorY (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dlsm303.cxx47 << " - gY " << sensor->getCoorY() in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DLSM303Sample.java49 System.out.println("coor: gX " + sensor.getCoorX() + " - gY " + sensor.getCoorY() in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dlsm303.py64 myAccelrCompass.getCoorX(), myAccelrCompass.getCoorY(),
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dlsm303.js47 + " - gY " + myAccelrCompass.getCoorY()
/hardware/bsp/intel/peripheral/libupm/src/lsm303/
Dlsm303.h141 int16_t getCoorY();
Dlsm303.cxx145 LSM303::getCoorY() { in getCoorY() function in LSM303
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/
Dlsm303d.h133 int16_t getCoorY();
Dlsm303d.cxx154 LSM303d::getCoorY() { in getCoorY() function in LSM303d