Lines Matching refs:PCA9685
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 {
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 datasheet for details.
267 * Sets the 'LED off' time (0-4,095). See the PCA9685 datasheet for details.
276 * Sets the prescale value. See the PCA9685 datasheet for