Skip to content

Commit e175067

Browse files
committed
Comment out example extension
1 parent 5924785 commit e175067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pwmtest/pwmtest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void setup() {
3737
pwm.setOscillatorFrequency(27000000); // The int.osc. is closer to 27MHz
3838
pwm.setPWMFreq(1600); // This is the maximum PWM frequency
3939
// 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
40+
// pwm.setPrescale(0x1e); // PCA9685 sets itself default to 0x1e, approx 200Hz
4141

4242
// if you want to really speed stuff up, you can go into 'fast 400khz I2C' mode
4343
// some i2c devices dont like this so much so if you're sharing the bus, watch

0 commit comments

Comments
 (0)