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

  /hardware/bsp/intel/peripheral/libupm/src/si114x/
si114x.cxx 33 #include "si114x.h"
39 SI114X::SI114X(int bus, uint8_t address)
73 SI114X::~SI114X()
78 bool SI114X::writeByte(uint8_t reg, uint8_t byte)
92 uint8_t SI114X::readByte(uint8_t reg)
97 uint16_t SI114X::readWord(uint8_t reg)
102 void SI114X::setUVCalibration(uint8_t uvcoeff0, uint8_t uvcoeff1,
112 void SI114X::writeParam(SI114X_PARAM_T param, uint8_t value
    [all...]
si114x.h 41 * @defgroup si114x libupm-si114x
46 * @library si114x
47 * @sensor si114x
70 * @image html si114x.jpg
71 * @snippet si114x.cxx Interesting
73 class SI114X {
77 * SI114X registers
221 * SI114X constructor
226 SI114X(int bus, uint8_t address = SI114X_DEFAULT_I2C_ADDR)
    [all...]

Completed in 68 milliseconds