Skip to content

Commit

Permalink
Comment out example extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolukan committed Nov 4, 2019
1 parent 5924785 commit e175067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pwmtest/pwmtest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void setup() {
pwm.setOscillatorFrequency(27000000); // The int.osc. is closer to 27MHz
pwm.setPWMFreq(1600); // This is the maximum PWM frequency
// or as alternative set the prescale manual: freq = oscillator-Hz / 4096*(prescale+1)
pwm.setPrescale(0x1e); // PCA9685 sets itself default to 0x1e, approx 200Hz
// pwm.setPrescale(0x1e); // PCA9685 sets itself default to 0x1e, approx 200Hz

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

0 comments on commit e175067

Please sign in to comment.