From 1e3fde0a10f5d5df6a63e7dd05d7c612b5d2d7e8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 3 Nov 2014 22:14:23 +0000 Subject: docs: Add skin imgs; change external links to micropython.org/resources. --- docs/tutorial/script.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/tutorial/script.rst') diff --git a/docs/tutorial/script.rst b/docs/tutorial/script.rst index d1b12ae6d..011484722 100644 --- a/docs/tutorial/script.rst +++ b/docs/tutorial/script.rst @@ -46,16 +46,16 @@ a window (or command line) should be showing the files on the pyboard drive. The drive you are looking at is known as ``/flash`` by the pyboard, and should contain the following 4 files: -* `boot.py `_ -- this script is executed when the pyboard boots up. It sets +* `boot.py `_ -- this script is executed when the pyboard boots up. It sets up various configuration options for the pyboard. -* `main.py `_ -- this is the main script that will contain your Python program. +* `main.py `_ -- this is the main script that will contain your Python program. It is executed after ``boot.py``. -* `README.txt `_ -- this contains some very basic information about getting +* `README.txt `_ -- this contains some very basic information about getting started with the pyboard. -* `pybcdc.inf `_ -- this is a Windows driver file to configure the serial USB +* `pybcdc.inf `_ -- this is a Windows driver file to configure the serial USB device. More about this in the next tutorial. Editing ``main.py`` -- cgit v1.2.3