Home
last modified time | relevance | path

Searched refs:HP20X (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/hp20x/
Dhp20x.cxx37 HP20X::HP20X(int bus, uint8_t address): in HP20X() function in HP20X
51 HP20X::~HP20X() in ~HP20X()
55 bool HP20X::init(DSR_BITS_T dsr) in init()
69 bool HP20X::isReady() in isReady()
79 bool HP20X::waitforDeviceReady() in waitforDeviceReady()
100 bool HP20X::writeCmd(uint8_t cmd) in writeCmd()
113 bool HP20X::writeReg(HP20X_REG_T reg, uint8_t data) in writeReg()
130 uint8_t HP20X::readReg(HP20X_REG_T reg) in readReg()
137 int HP20X::readData() in readData()
160 float HP20X::getTemperature() in getTemperature()
[all …]
Dhp20x.h64 class HP20X {
204 HP20X(int bus=HP20X_I2C_BUS, uint8_t address=HP20X_DEFAULT_I2C_ADDR);
209 ~HP20X();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhp20x.cxx48 upm::HP20X *bar = new upm::HP20X(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhp20x.js32 var bar = new barometerObj.HP20X();
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dhp20x.py43 bar = barometerObj.HP20X()