Skip to content

Commit 05b9b2a

Browse files
committed
linter
1 parent 9b2e464 commit 05b9b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/Education and Kits/CTC 101 and CTC UNO/Troubleshoot-servo-motors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Learn how to troubleshoot issues when servo motors are not moving or moving erra
1212
1. **Check connections:**
1313

1414
* Make sure the connection between the servo and the board is correct. Check the [Basic servo control tutorial](https://docs.arduino.cc/tutorials/generic/basic-servo-control) for a circuit diagram example.
15-
15+
1616
2. **Verify Pin Configuration:**
1717

1818
* Confirm that you've connected the servo to the same pin mentioned in the code. For example, if you are using the [servo library](https://www.arduino.cc/reference/en/libraries/servo/), the code may inlcude a line such as `myservo.attach(9)` to attach the servo to a pin on the board. In this case, the **signal** input on the servo should be connected to the pin 9 on the board.
1919

20-
3. **Power Considerations:**
20+
3. **Power Considerations:**
2121

2222
* Servo motors draw significant power, and the board might not supply enough energy. If you need to drive more than one or two servos, you may need to power them from a separate supply (i.e. not the 5V pin on your Arduino). Make sure the grounds of the Arduino and the external power supply are connected.
2323

0 commit comments

Comments
 (0)