Skip to content

Commit 4942955

Browse files
committed
Clarify the simulated arduino differences
1 parent 647dfd8 commit 4942955

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

simulator/simulator_programming.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ There is a pre-built robot used in the simulator.
5151
To allow this simulated robot to move around and sense its environment a set of motors and sensors have been connected as detailed below.
5252

5353
The simulator’s API is very similar to the real SR API described in the [programming docs]({{ site.baseurl }}/programming/).
54-
The main differences are the way that [time is handled](#simulated-time) and the simulated robot not having the Brain Board LEDs.
54+
The main differences are:
55+
56+
- the way that [time is handled](#simulated-time),
57+
- the simulated arduino only offering the plain SR firmware style interactions, and
58+
- the simulated robot not having the Brain Board LEDs.
5559

5660
<div class="info">
5761
To more closely reflect reality, artificial noise has been added to simulated

0 commit comments

Comments
 (0)