Skip to content

Updated image order [MKC-1494] #1794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/learn/04.electronics/05.servo-motors/servo-motors.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ The signal pin is typically yellow or orange and should be connected to PWM pin

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.

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

### Sweep Circuit

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

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

## Examples

Expand Down