OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ad8232
(Results
1 - 12
of
12
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ad8232/
CMakeLists.txt
1
set (libname "
ad8232
")
2
set (libdescription "upm
ad8232
heart rate monitor")
javaupm_ad8232.i
5
#include "
ad8232
.h"
8
%include "
ad8232
.h"
jsupm_ad8232.i
5
#include "
ad8232
.h"
8
%include "
ad8232
.h"
pyupm_ad8232.i
6
%include "
ad8232
.h"
8
#include "
ad8232
.h"
ad8232.h
38
* @brief
AD8232
Heart Rate Monitor library
39
* @defgroup
ad8232
libupm-
ad8232
44
* @library
ad8232
45
* @sensor
ad8232
46
* @comname
AD8232
Heart Rate Monitor
52
* @brief UPM module for the
AD8232
Heart Rate Monitor
66
* @image html
ad8232
.jpg
67
* <br><em>
AD8232
Heart Rate Monitor image provided by SparkFun under
71
* @snippet
ad8232
.cxx Interestin
[
all
...]
ad8232.cxx
27
#include "
ad8232
.h"
32
AD8232
::
AD8232
(int loPlus, int loMinus, int output, float aref) :
42
AD8232
::~
AD8232
()
46
int
AD8232
::value()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ad8232.cxx
28
#include "
ad8232
.h"
45
// Instantiate a
Ad8232
sensor on digital pins 10 (LO+), 11 (LO-)
47
upm::
AD8232
*
ad8232
= new upm::
AD8232
(10, 11, 0);
local
56
cout <<
ad8232
->value() << endl;
63
delete
ad8232
;
CMakeLists.txt
129
add_executable (
ad8232
-example
ad8232
.cxx)
247
include_directories (${PROJECT_SOURCE_DIR}/src/
ad8232
)
389
target_link_libraries (
ad8232
-example
ad8232
${CMAKE_THREAD_LIBS_INIT})
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
ad8232.js
28
// Instantiate a
AD8232
sensor on digital pins 10 (LO+), 11 (LO-)
30
var myAd8232Sensor_obj = new ad8232Sensor_lib.
AD8232
(10, 11, 0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
ad8232.py
27
# Instantiate a
AD8232
sensor on digital pins 10 (LO+), 11 (LO-)
29
myAD8232 = upmAD8232.
AD8232
(10, 11, 0)
/hardware/bsp/intel/peripheral/libupm/docs/
changelog.md
52
* New sensors: sx6119, si114x, maxsonarez, hm11, ht9170, h3lis331dl,
ad8232
,
/hardware/bsp/intel/peripheral/libupm/doxy/
samples.mapping.txt
4
ad8232
.cxx AD8232Sample.java
Completed in 3826 milliseconds