We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924785 commit e175067Copy full SHA for e175067
examples/pwmtest/pwmtest.ino
@@ -37,7 +37,7 @@ void setup() {
37
pwm.setOscillatorFrequency(27000000); // The int.osc. is closer to 27MHz
38
pwm.setPWMFreq(1600); // This is the maximum PWM frequency
39
// or as alternative set the prescale manual: freq = oscillator-Hz / 4096*(prescale+1)
40
- pwm.setPrescale(0x1e); // PCA9685 sets itself default to 0x1e, approx 200Hz
+ // pwm.setPrescale(0x1e); // PCA9685 sets itself default to 0x1e, approx 200Hz
41
42
// if you want to really speed stuff up, you can go into 'fast 400khz I2C' mode
43
// some i2c devices dont like this so much so if you're sharing the bus, watch
0 commit comments