Searched refs:PCA9685_PRESCALE_MAX (Results 1 – 1 of 1) sorted by relevance
51 #define PCA9685_PRESCALE_MAX 0xFF /* => min. frequency of 24 Hz */ macro375 if (prescale < PCA9685_PRESCALE_MIN || prescale > PCA9685_PRESCALE_MAX) { in __pca9685_pwm_apply()