Skip to content

Commit e62d4cd

Browse files
committed
Servos are attaced to the arduino
1 parent 6d129e7 commit e62d4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/api/servos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ title: Servos
66
Servos only apply to the [physical robot](/robots/physical/).
77
{{% /notice %}}
88

9-
You can control attached servo motors from the servo assembly. By default, servos will be unpowered when your robot starts, and can freely rotate when turned by hand. Upon setting a value, they will hold the corresponding position. They will become unpowered again when you turn off your robot, unplug your USB stick, or set their position to the special value `None`.
9+
You can control attached servo motors from the [arduino](../arduino/). By default, servos will be unpowered when your robot starts, and can freely rotate when turned by hand. Upon setting a value, they will hold the corresponding position. They will become unpowered again when you turn off your robot, unplug your USB stick, or set their position to the special value `None`.
1010

1111
## Querying servos
1212

1313
The servo assembly can interface with up to sixteen servos connected to it.
1414

1515
```python
16-
servo_one = r.servo_board.servos[1]
16+
servo_one = r.arduino.servos[1]
1717
```
1818

1919
{{% notice tip %}}

0 commit comments

Comments
 (0)