diff --git a/source/_images/files.png b/source/_images/files.png new file mode 100644 index 0000000..0356de6 Binary files /dev/null and b/source/_images/files.png differ diff --git a/source/_images/files.svg b/source/_images/files.svg new file mode 100644 index 0000000..2c8b02e --- /dev/null +++ b/source/_images/files.svg @@ -0,0 +1,284 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + Project on your computer + + + + + Project on the EV3 brick + + + + + + Right click + + + + Upload file back to your computer + + + + Delete file from the EV3 brick + diff --git a/source/_images/files1.png b/source/_images/files1.png new file mode 100644 index 0000000..5b42257 Binary files /dev/null and b/source/_images/files1.png differ diff --git a/source/startrun.rst b/source/startrun.rst index 63c2669..82a0544 100644 --- a/source/startrun.rst +++ b/source/startrun.rst @@ -72,7 +72,7 @@ When the program starts, a pop up toolbar allows you to stop the program if nece Expanding the example program ----------------------------------------------------------- -... +Now that you've run the basic code template, let's expand the program to make a motor move. First, attach a Large Motor to Port B on the EV3 brick, as shown below. .. figure:: images/firstprogram.png @@ -82,16 +82,26 @@ Expanding the example program The EV3 brick with a Large Motor attached to port B. +Next, edit *main.py* such that looks like this: + .. literalinclude:: ../../examples/ev3/getting_started/main.py -... +When you run the program, you'll hear a beep, the motor rotates, and you'll hear another higher pitched beep. .. _managefiles: Managing files on the EV3 ----------------------------------------------------------- -... +After you've downloaded a project to the EV3, you can run, delete, or back up programs stored on the EV3, as shown in the diagram below. + +.. figure:: images/files.png + :width: 100 % + :alt: alt + :align: center + + The EV3 brick with a Large Motor attached to port B. + Running a program without a computer -----------------------------------------------------------