OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPL3115A2
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
mpl3115a2.cpp
5
* This application code supports the
mpl3115a2
digital barometric pressure
8
* http://cache.freescale.com/files/sensors/doc/data_sheet/
MPL3115A2
.pdf
35
#include "
mpl3115a2
.h"
39
MPL3115A2
::
MPL3115A2
(int bus, int devAddr, uint8_t mode) : m_i2ControlCtx(bus)
73
MPL3115A2
::testSensor(void)
114
MPL3115A2
::dumpSensor(void)
129
* Function used to soft RESET the
MPL3115A2
device to ensure
135
MPL3115A2
::resetSensor(void)
137
fprintf(stdout, "Resetting
MPL3115A2
device\n" )
[
all
...]
mpl3115a2.h
30
#define MPL3115A2_NAME "
mpl3115a2
"
59
* @brief
MPL3115A2
Atmospheric Pressure Sensor library
60
* @defgroup
mpl3115a2
libupm-
mpl3115a2
64
* @library
mpl3115a2
65
* @sensor
mpl3115a2
66
* @comname
MPL3115A2
Atmospheric Pressure Sensor
69
* @web http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=
MPL3115A2
72
* @brief API for the
MPL3115A2
Atmospheric Pressure Sensor
74
* Freescale Semiconductor* [
MPL3115A2
]
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/java/
MPL3115A2Sample.java
39
// Instantiate a
MPL3115A2
sensor on I2C
40
upm_mpl3115a2.
MPL3115A2
sensor = new upm_mpl3115a2.
MPL3115A2
(0);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
mpl3115a2.cxx
29
#include "
mpl3115a2
.h"
33
upm::
MPL3115A2
*sensor = NULL;
56
sensor = new upm::
MPL3115A2
(0, MPL3115A2_I2C_ADDRESS);
Completed in 87 milliseconds