Skip to content

Commit 909e5db

Browse files
committed
Remove mentions of None from docs
1 parent 5f8ab1c commit 909e5db

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

programming/sr/cheat_sheet.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,6 @@ R.servo_board.servos[1].position = 1
138138

139139
You can also set the position to `0`, which is the approximate centre.
140140

141-
This is different to setting the position to `None`, which will unpower the servo.
142-
143-
~~~~~ python
144-
# This servo is now unpowered, and will move more freely.
145-
R.servo_board.servos[11].position = None
146-
~~~~~
147-
148141
## Camera
149142

150143
### Taking a photo

programming/sr/servos/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,6 @@ While it is possible to retrieve the last position a servo was set to,
6969
this does not guarantee that the servo is currently in that position.
7070
</div>
7171

72-
Turning off a servo
73-
-------------------
74-
75-
You can also set a servo output to be unpowered, so that there is no longer a PWM signal from the output on the servo board.
76-
77-
You can unpower the servo output by setting the position to `None`.
78-
79-
~~~~~ python
80-
r.servo_board.servos[11].position = None
81-
~~~~~
82-
8372
[How the set position relates to the servo angle](#ServoAngle) {#ServoAngle}
8473
-----------------------------------------------
8574

0 commit comments

Comments
 (0)