Searched refs:PCA9685_PRESCALE_MIN (Results 1 – 1 of 1) sorted by relevance
50 #define PCA9685_PRESCALE_MIN 0x03 /* => max. frequency of 1526 Hz */ macro380 if (prescale < PCA9685_PRESCALE_MIN || prescale > PCA9685_PRESCALE_MAX) { in __pca9685_pwm_apply()