Skip to content

Commit e4b1e69

Browse files
committed
Clarify the limits of the simulated arduino
1 parent 4942955 commit e4b1e69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

simulator/simulator_programming.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The simulator’s API is very similar to the real SR API described in the [progr
5454
The main differences are:
5555

5656
- the way that [time is handled](#simulated-time),
57-
- the simulated arduino only offering the plain SR firmware style interactions, and
57+
- the simulated arduino only offering the plain SR Firmware interactions, and
5858
- the simulated robot not having the Brain Board LEDs.
5959

6060
<div class="info">
@@ -89,6 +89,8 @@ The servo board has the part code `srXYZ2`, but since only a single servo board
8989

9090
Your robot has a microswitch and six distance sensors, attached to the digital and analog pins respectively. These are all attached to a single arduino.
9191

92+
The simulated arduino behaves like one with the ordinary SR Firmware and does not offer any of the extended or custom arduino behaviours.
93+
9294
Make sure you have set the correct [pin_mode]({{ site.baseurl }}/programming/arduino/sr_firmware#setting-pin-modes), depending on what device you're using.
9395

9496
#### Microswitches

0 commit comments

Comments
 (0)