Skip to content

Commit 6592a30

Browse files
vlowedpgeorge
authored andcommitted
docs/pyboard: Clarify initial files on pyboard and fix up formatting.
1 parent 57476a3 commit 6592a30

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/pyboard/tutorial/script.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ a window (or command line) should be showing the files on the pyboard drive.
4646
The drive you are looking at is known as ``/flash`` by the pyboard, and should contain
4747
the following 4 files:
4848

49-
* `boot.py <http://micropython.org/resources/fresh-pyboard/boot.py>`_ -- this script is executed when the pyboard boots up. It sets
50-
up various configuration options for the pyboard.
49+
* `boot.py <http://micropython.org/resources/fresh-pyboard/boot.py>`_ -- the various configuration options for the pyboard.
50+
It is executed when the pyboard boots up.
5151

52-
* `main.py <http://micropython.org/resources/fresh-pyboard/main.py>`_ -- this is the main script that will contain your Python program.
52+
* `main.py <http://micropython.org/resources/fresh-pyboard/main.py>`_ -- the Python program to be run.
5353
It is executed after ``boot.py``.
5454

55-
* `README.txt <http://micropython.org/resources/fresh-pyboard/README.txt>`_ -- this contains some very basic information about getting
56-
started with the pyboard.
55+
* `README.txt <http://micropython.org/resources/fresh-pyboard/README.txt>`_ -- basic information about getting started with the pyboard.
56+
This provides pointers for new users and can be safely deleted.
5757

58-
* `pybcdc.inf <http://micropython.org/resources/fresh-pyboard/pybcdc.inf>`_ -- this is a Windows driver file to configure the serial USB
59-
device. More about this in the next tutorial.
58+
* `pybcdc.inf <http://micropython.org/resources/fresh-pyboard/pybcdc.inf>`_ -- the Windows driver file to configure the serial USB device.
59+
More about this in the next tutorial.
6060

6161
Editing ``main.py``
6262
-------------------

0 commit comments

Comments
 (0)