OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hmc5883l
(Results
1 - 13
of
13
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
CMakeLists.txt
1
set (libname "
hmc5883l
")
jsupm_hmc5883l.i
5
#include "
hmc5883l
.h"
14
%include "
hmc5883l
.h"
pyupm_hmc5883l.i
15
%include "
hmc5883l
.h"
17
#include "
hmc5883l
.h"
javaupm_hmc5883l.i
5
#include "
hmc5883l
.h"
22
%include "
hmc5883l
.h"
hmc5883l.h
34
* @brief
HMC5883L
Magnometer library
35
* @defgroup
hmc5883l
libupm-
hmc5883l
40
* @library
hmc5883l
41
* @sensor
hmc5883l
42
* @comname
HMC5883L
3-Axis Digital Compass
49
* @brief API for the
HMC5883L
3-Axis Digital Compass
51
* Honeywell [
HMC5883L
]
53
* is a 3-axis digital compass. Communication with
HMC5883L
is simple and
57
* @image html
hmc5883l
.jpe
[
all
...]
hmc5883l.cxx
30
#include "
hmc5883l
.h"
84
Hmc5883l
::
Hmc5883l
(int bus) : m_i2c(bus)
117
Hmc5883l
::update();
121
Hmc5883l
::update(void)
140
Hmc5883l
::direction(void)
146
Hmc5883l
::heading(void)
148
float dir =
Hmc5883l
::direction() * 180/M_PI;
156
Hmc5883l
::coordinates(void)
162
Hmc5883l
::set_declination(float dec
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
hmc5883l.cxx
27
#include "
hmc5883l
.h"
34
upm::
Hmc5883l
* compass = new upm::
Hmc5883l
(0);
CMakeLists.txt
3
add_executable (
hmc5883l
-example
hmc5883l
.cxx)
151
include_directories (${PROJECT_SOURCE_DIR}/src/
hmc5883l
)
263
target_link_libraries (
hmc5883l
-example
hmc5883l
${CMAKE_THREAD_LIBS_INIT})
/hardware/bsp/intel/peripheral/libupm/examples/python/
hmc5883l.py
24
import pyupm_hmc5883l as
hmc5883l
namespace
27
hmc =
hmc5883l
.
Hmc5883l
(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
hmc5883l.js
29
var
hmc5883l
= require('jsupm_hmc5883l');
variable
31
var myCompass = new
hmc5883l
.
Hmc5883l
(0);
/hardware/bsp/intel/peripheral/libupm/examples/java/
Hmc5883lSample.java
39
upm_hmc5883l.
Hmc5883l
compas = new upm_hmc5883l.
Hmc5883l
(0);
/hardware/bsp/intel/peripheral/libupm/docs/
knownlimitations.md
19
* **Grove 3-Axis Digital Compass** (
HMC5883L
) reports inaccurate values at 5V
/hardware/bsp/intel/peripheral/libupm/doxy/
samples.mapping.txt
50
hmc5883l
.cxx Hmc5883lSample.java
Completed in 837 milliseconds