Skip to content

Commit f153940

Browse files
authored
Merge pull request #1794 from arduino/jhansson-ard/patch-2
Updated image order [MKC-1494]
2 parents ed1626e + 6d1e010 commit f153940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/learn/04.electronics/05.servo-motors/servo-motors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ The signal pin is typically yellow or orange and should be connected to PWM pin
6565

6666
For the **Knob** example, wire the potentiometer so that its two outer pins are connected to power (+5V) and ground, and its middle pin is connected to `A0` on the board. Then, connect the servo motor as shown in the circuit below.
6767

68-
![The Knob Circuit.](./assets/servo_circuit_knob.png)
68+
![The Knob Circuit.](./assets/servo_circuit_knob-pot.png)
6969

7070
### Sweep Circuit
7171

7272
For the **Sweep** example, connect the servo motor as shown in the circuit below.
7373

74-
![The Sweep Circuit.](./assets/servo_circuit_knob-pot.png)
74+
![The Sweep Circuit.](./assets/servo_circuit_knob.png)
7575

7676
## Examples
7777

0 commit comments

Comments
 (0)