OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LSM9DS0
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
lsm9ds0.cxx
30
#include "
lsm9ds0
.h"
36
LSM9DS0
::
LSM9DS0
(int bus, uint8_t gAddress, uint8_t xmAddress) :
77
LSM9DS0
::~
LSM9DS0
()
85
bool
LSM9DS0
::init()
205
void
LSM9DS0
::update()
213
void
LSM9DS0
::updateGyroscope()
231
void
LSM9DS0
::updateAccelerometer()
249
void
LSM9DS0
::updateMagnetometer(
[
all
...]
lsm9ds0.h
43
* @brief
LSM9DS0
accelerometer library
44
* @defgroup
lsm9ds0
libupm-
lsm9ds0
49
* @library
lsm9ds0
50
* @sensor
lsm9ds0
51
* @comname
LSM9DS0
3-axis Gyroscope, Accelerometer, and Magnetometer
57
* @brief API for the
LSM9DS0
3-axis Gyroscope, Accelerometer,
60
* The
LSM9DS0
is a system-in-package featuring a 3D digital linear
64
* The
LSM9DS0
has a linear acceleration full scale of
75
* @snippet
lsm9ds0
.cxx Interestin
[
all
...]
Completed in 55 milliseconds