Skip to content

Commit 440baf4

Browse files
authored
Correct distance sensor maximum distance
Update documented distance sensor measurement to be 2m, which is how it is in the simulator.
1 parent dfc215f commit 440baf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/programming/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Analogous to ultrasound sensors, distance sensors allow you to retrieve the dist
6767
| 4 | Back Left |
6868
| 5 | Back Right |
6969

70-
These are shown as blue coloured blocks on the robot. The `analogue_read` method will return the distance in metres, however only measure up to 30cm.
70+
These are shown as blue coloured blocks on the robot. The `analogue_read` method will return the distance in metres. They can see in a narrow cone up to a maximum of about 2m away.
7171

7272
#### LEDs
7373

0 commit comments

Comments
 (0)