Skip to content

Commit e5aff70

Browse files
committed
update intro and step 2
1 parent 2480fd0 commit e5aff70

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
@@ -3,7 +3,7 @@ title: "Troubleshoot servo motors"
33
id: 360017053760
44
---
55

6-
Learn how to troubleshoot issues when servo motors are not moving or moving erratically.
6+
Learn how to troubleshoot servos that are not moving or moving erratically.
77

88
---
99

@@ -15,7 +15,7 @@ Learn how to troubleshoot issues when servo motors are not moving or moving erra
1515

1616
2. **Verify Pin Configuration:**
1717

18-
* 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.
18+
* 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 might inlcude a line such as `myservo.attach(9)` to link the servo to a specific pin on the board. In this case, the **signal** input on the servo should be connected to the pin 9 on the board.
1919

2020
3. **Power Considerations:**
2121

0 commit comments

Comments
 (0)