File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ a window (or command line) should be showing the files on the pyboard drive.
4646The drive you are looking at is known as ``/flash `` by the pyboard, and should contain
4747the 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
6161Editing ``main.py ``
6262-------------------
You can’t perform that action at this time.
0 commit comments