OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INA132
(Results
1 - 5
of
5
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ina132/
ina132.h
31
* @brief
INA132
Differential Amplifier Sensor library
32
* @defgroup
ina132
libupm-
ina132
36
* @library
ina132
37
* @sensor
ina132
39
* @altname
INA132
44
* @brief API for the
INA132
Differential Amplifier Sensor
46
* The
INA132
Differential Amplifier Sensor is designed
52
* @image html
ina132
.jpg
53
* @snippet
ina132
.cxx Interestin
[
all
...]
ina132.cxx
30
#include "
ina132
.h"
35
INA132
::
INA132
(int pin)
45
INA132
::~
INA132
()
50
float
INA132
::value()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ina132.cxx
28
#include "
ina132
.h"
45
// The was tested with the
INA132
Differential Amplifier Sensor module.
47
// Instantiate an
INA132
on analog pin A0
48
upm::
INA132
*amplifier = new upm::
INA132
(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
ina132.py
28
# Tested with the
INA132
Differential Amplifier Sensor module.
29
# Instantiate an
INA132
on analog pin A0
30
myDifferentialAmplifier = upmIna132.
INA132
(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
ina132.js
28
// Tested with the
INA132
Differential Amplifier Sensor module.
29
// Instantiate an
INA132
on analog pin A0
30
var differential_amplifier_obj = new differential_amplifier_lib.
INA132
(0);
Completed in 412 milliseconds