OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LSM303
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.cxx
34
#include "
lsm303
.h"
38
LSM303
::
LSM303
(int bus, int addrMag, int addrAcc, int accScale) : m_i2c(bus)
68
LSM303
::getHeading()
83
LSM303
::getRawAccelData()
89
LSM303
::getRawCoorData()
95
LSM303
::getAccelX()
101
LSM303
::getAccelY()
107
LSM303
::getAccelZ()
113
LSM303
::getCoordinates(
[
all
...]
lsm303.h
35
/*
LSM303
Address definitions */
39
/*
LSM303
Register definitions */
64
* @brief
LSM303
Accelerometer/Compass library
65
* @defgroup
lsm303
libupm-
lsm303
70
* @library
lsm303
71
* @sensor
lsm303
72
* @comname
LSM303
Accelerometer & Compass
79
* @brief API for the
LSM303
Accelerometer & Compass
86
* @image html
lsm303
.jpe
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
lsm303.cxx
28
#include "
lsm303
.h"
33
// Instantiate
LSM303
compass on I2C
34
upm::
LSM303
*sensor = new upm::
LSM303
(0);
/hardware/bsp/intel/peripheral/libupm/examples/java/
LSM303Sample.java
39
// Instantiate
LSM303
compass on I2C
40
upm_lsm303.
LSM303
sensor = new upm_lsm303.
LSM303
(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
lsm303.py
27
import pyupm_lsm303 as
lsm303
29
# Instantiate
LSM303
compass on I2C
30
myAccelrCompass =
lsm303
.
LSM303
(0)
50
# Load coordinates into
LSM303
object
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
lsm303.js
29
// Instantiate
LSM303
compass on I2C
30
var myAccelrCompass = new accelrCompassSensor.
LSM303
(0);
35
// Load coordinates into
LSM303
object
Completed in 52 milliseconds