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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
pca9685.cxx 28 #include "pca9685.h"
35 // Instantiate an PCA9685 on I2C bus 0
37 upm::PCA9685 *leds = new upm::PCA9685(PCA9685_I2C_BUS,
  /hardware/bsp/intel/peripheral/libupm/src/pca9685/
pca9685.cxx 31 #include "pca9685.h"
37 PCA9685::PCA9685(int bus, uint8_t address, bool raw)
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
    [all...]
pca9685.h 42 * @brief PCA9685 PWM Controller library
43 * @defgroup pca9685 libupm-pca9685
47 * @library pca9685
48 * @sensor pca9685
49 * @comname PCA9685 PWM Controller
55 * @brief API for the PCA9685 16-channel, 12-bit PWM LED Controller
63 * @image html pca9685.jpg
64 * @snippet pca9685.cxx Interesting
66 class PCA9685 {
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
pca9685.js 46 // The pca9685 is an led controller.
52 // Instantiate an PCA9685 on I2C bus 0
53 var myLEDController_obj = new LEDController_lib.PCA9685(I2CBus, I2CAddr);
  /hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.h 33 #include "pca9685.h"
59 * Note: the two servo connections are not controlled by the PCA9685
247 PCA9685 *m_pca9685;
adafruitms1438.cxx 37 m_pca9685(new PCA9685(bus, address))
99 // setup the pin mappings of the pca9685 outputs to the proper motor controls

Completed in 214 milliseconds