Searched defs:PCA9685 (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/pca9685/
H A Dpca9685.cxx37 PCA9685::PCA9685(int bus, uint8_t address, bool raw) function in class:PCA9685
74 PCA9685::~PCA9685()
80 bool PCA9685::writeByte(uint8_t reg, uint8_t byte)
94 bool PCA9685::writeWord(uint8_t reg, uint16_t word)
108 uint8_t PCA9685::readByte(uint8_t reg)
113 uint16_t PCA9685::readWord(uint8_t reg)
118 bool PCA9685::setModeSleep(bool sleep)
149 bool PCA9685
[all...]
H A Dpca9685.h42 * @brief PCA9685 PWM Controller library
49 * @comname PCA9685 PWM Controller
55 * @brief API for the PCA9685 16-channel, 12-bit PWM LED Controller
66 class PCA9685 { class in namespace:upm
70 * PCA9685 registers
181 * PCA9685 constructor
186 PCA9685(int bus, uint8_t address = PCA9685_DEFAULT_I2C_ADDR, bool raw = false);
189 * PCA9685 destructor
191 ~PCA9685();
258 * Sets the 'LED on' time (0-4,095). See the PCA9685 datashee
[all...]

Completed in 48 milliseconds