Skip to content

Commit 2cb3084

Browse files
committed
Merge branch 'fix-distance-sensor-docs'
2 parents 12552c4 + 440baf4 commit 2cb3084

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
Since these sensors rely on echoes being reflected back from objects, if the angle of incidence between the sensor's pulse and the contacted surface exceeds 22.5 degrees then the sensor will be unable to detect the object.
7272

7373
#### LEDs

0 commit comments

Comments
 (0)