HomeSort by relevance Sort by last modified time
    Searched refs:TH02_REG_DATA_H (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/th02/
th02.h 35 #define TH02_REG_DATA_H 0x01
th02.cxx 66 temperature = m_i2c.readReg(TH02_REG_DATA_H) << 8;
87 humidity = m_i2c.readReg(TH02_REG_DATA_H) << 8;

Completed in 62 milliseconds