OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:H3LIS331DL
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.cxx
31
#include "
h3lis331dl
.h"
37
H3LIS331DL
::
H3LIS331DL
(int bus, uint8_t address):
54
H3LIS331DL
::~
H3LIS331DL
()
58
bool
H3LIS331DL
::init(DR_BITS_T odr, PM_BITS_T pm, FS_BITS_T fs)
74
uint8_t
H3LIS331DL
::getChipID()
79
bool
H3LIS331DL
::setDataRate(DR_BITS_T odr)
96
bool
H3LIS331DL
::setPowerMode(PM_BITS_T pm)
113
bool
H3LIS331DL
::enableAxis(uint8_t axisEnable
[
all
...]
h3lis331dl.h
36
* @brief
H3LIS331DL
I2C Accelerometer (400g) library
37
* @defgroup
h3lis331dl
libupm-
h3lis331dl
42
* @library
h3lis331dl
43
* @sensor
h3lis331dl
44
* @comname
H3LIS331DL
3-Axis Digital Accelerometer
51
* @brief API for the
H3LIS331DL
-based Grove 3-Axis Digital Accelerometer (400g)
55
* @image html
h3lis331dl
.jpg
56
* @snippet
h3lis331dl
.cxx Interesting
58
class
H3LIS331DL
{
[
all
...]
Completed in 91 milliseconds