OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LSM303
(Results
1 - 2
of
2
) 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
...]
Completed in 55 milliseconds