OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HP20X
(Results
1 - 5
of
5
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/hp20x/
hp20x.cxx
31
#include "
hp20x
.h"
37
HP20X
::
HP20X
(int bus, uint8_t address):
51
HP20X
::~
HP20X
()
55
bool
HP20X
::init(DSR_BITS_T dsr)
69
bool
HP20X
::isReady()
79
bool
HP20X
::waitforDeviceReady()
100
bool
HP20X
::writeCmd(uint8_t cmd)
113
bool
HP20X
::writeReg(HP20X_REG_T reg, uint8_t data
[
all
...]
hp20x.h
36
* @brief
HP20X
I2C Barometer (High-Accuracy) library
37
* @defgroup
hp20x
libupm-
hp20x
42
* @library
hp20x
43
* @sensor
hp20x
45
* @altname
HP20X
Barometer (High-Accuracy)
51
* @brief API for the
HP20X
-based Grove Barometer (High-Accuracy)
56
* supported. As usual, see the
HP20X
datasheet for more details.
61
* @image html
hp20x
.jpg
62
* @snippet
hp20x
.cxx Interestin
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
hp20x.cxx
28
#include "
hp20x
.h"
46
// Instantiate an
HP20X
on default I2C bus and address
48
upm::
HP20X
*bar = new upm::
HP20X
();
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
hp20x.js
31
// Instantiate an
HP20X
on default I2C bus and address
32
var bar = new barometerObj.
HP20X
();
/hardware/bsp/intel/peripheral/libupm/examples/python/
hp20x.py
42
# Instantiate an
HP20X
on default I2C bus and address
43
bar = barometerObj.
HP20X
()
Completed in 91 milliseconds