OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MICSV89
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/micsv89/
micsv89.h
35
* @defgroup
micsv89
libupm-
micsv89
39
* @library
micsv89
40
* @sensor
micsv89
54
* The
MICSV89
comes in 4 variants, PWM and I2C in 3.3 volts and 5 volts.
59
* @image html
micsv89
.jpg
60
* @snippet
micsv89
.cxx Interesting
62
class
MICSV89
{
65
*
MICSV89
constructor
70
MICSV89
(int bus, uint8_t address = 0x70)
[
all
...]
micsv89.cxx
25
#include "
micsv89
.h"
29
MICSV89
::
MICSV89
(int bus, uint8_t address) {
30
m_name = "
micsv89
";
43
void
MICSV89
::update() {
65
float
MICSV89
::co2equ() {
69
int
MICSV89
::vocshort() {
73
float
MICSV89
::tvoc() {
77
float
MICSV89
::resistor() {
81
MICSV89
::~MICSV89()
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
micsv89.cxx
28
#include "
micsv89
.h"
31
* An example for using the
MICSV89
sensor library.
32
* The
MICSV89
comes in 4 variants, PWM and I2c
39
* Additional linker flags: -lupm-
micsv89
60
upm::
MICSV89
*sensor = new upm::
MICSV89
(6);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
micsv89.js
15
var mics = new upmMICSV89.
MICSV89
(6);
Completed in 155 milliseconds