File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver();
24
24
// you can also call it with a different address you want
25
25
// Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x41);
26
26
// you can also call it with a different address and I2C interface
27
- // Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(&Wire, 0x40 );
27
+ // Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x40, &Wire );
28
28
29
29
void setup () {
30
30
Serial.begin (9600 );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver();
24
24
// you can also call it with a different address you want
25
25
// Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x41);
26
26
// you can also call it with a different address and I2C interface
27
- // Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(&Wire, 0x40 );
27
+ // Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x40, &Wire );
28
28
29
29
void setup () {
30
30
Serial.begin (9600 );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver();
25
25
// you can also call it with a different address you want
26
26
// Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x41);
27
27
// you can also call it with a different address and I2C interface
28
- // Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(&Wire, 0x40 );
28
+ // Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x40, &Wire );
29
29
30
30
// Depending on your servo make, the pulse width min and max may vary, you
31
31
// want these to be as small/large as possible without hitting the hard stop
You can’t perform that action at this time.
0 commit comments