Searched refs:ledOffTime (Results 1 – 5 of 5) sorted by relevance
53 leds->ledOffTime(PCA9685_ALL_LED, 2048); in main()
68 myLEDController_obj.ledOffTime(LEDNum, 2048);
273 bool ledOffTime(uint8_t led, uint16_t time);
250 bool PCA9685::ledOffTime(uint8_t led, uint16_t time) in ledOffTime() function in PCA9685
160 m_pca9685->ledOffTime(m_dcMotors[motor].pwm, int(4095.0 * percent)); in setMotorSpeed()