OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max44000
(Results
1 - 10
of
10
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/max44000/
CMakeLists.txt
1
set (libname "
max44000
")
2
set (libdescription "upm
MAX44000
")
javaupm_max44000.i
5
#include "
max44000
.h"
8
%include "
max44000
.h"
jsupm_max44000.i
5
#include "
max44000
.h"
8
%include "
max44000
.h"
pyupm_max44000.i
8
%include "
max44000
.h"
10
#include "
max44000
.h"
max44000.h
56
* @brief
MAX44000
Proximity Sensor library
57
* @defgroup
max44000
libupm-
max44000
61
* @library
max44000
62
* @sensor
max44000
63
* @comname
MAX44000
Proximity Sensor
68
* @brief API for the
MAX44000
Ambient and Infrared Proximity Sensor
71
* [
MAX44000
](http://datasheets.maximintegrated.com/en/ds/
MAX44000
.pdf)
78
* @snippet
max44000
.cxx Interestin
[
all
...]
max44000.cxx
31
#include "
max44000
.h"
35
MAX44000
::
MAX44000
(int bus, int devAddr) : m_i2cMaxControlCtx(bus) {
36
m_name = "
MAX44000
";
52
MAX44000
::getProximity () {
62
MAX44000
::getAmbient () {
77
MAX44000
::i2cReadReg_8 (int reg) {
90
MAX44000
::i2cReadReg_16 (int reg) {
103
MAX44000
::i2cWriteReg (uint8_t reg, uint8_t value) {
/hardware/bsp/intel/peripheral/libupm/examples/c++/
max44000.cxx
27
#include "
max44000
.h"
33
upm::
MAX44000
*sensor = new upm::
MAX44000
(0, ADDR);
CMakeLists.txt
26
add_executable (
max44000
-example
max44000
.cxx)
159
include_directories (${PROJECT_SOURCE_DIR}/src/
max44000
)
286
target_link_libraries (
max44000
-example
max44000
${CMAKE_THREAD_LIBS_INIT})
/hardware/bsp/intel/peripheral/libupm/examples/java/
MAX44000Sample.java
39
upm_max44000.
MAX44000
sensor = new upm_max44000.
MAX44000
(0);
/hardware/bsp/intel/peripheral/libupm/doxy/
samples.mapping.txt
71
max44000
.cxx MAX44000Sample.java
Completed in 673 milliseconds