Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
non-destructive text micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
badge fixer
non-destructive text micropython
Commits
6592a30f
Commit
6592a30f
authored
5 years ago
by
Vicki Lowe
Committed by
Damien George
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs/pyboard: Clarify initial files on pyboard and fix up formatting.
parent
57476a3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/pyboard/tutorial/script.rst
+7
-7
7 additions, 7 deletions
docs/pyboard/tutorial/script.rst
with
7 additions
and
7 deletions
docs/pyboard/tutorial/script.rst
+
7
−
7
View file @
6592a30f
...
@@ -46,17 +46,17 @@ a window (or command line) should be showing the files on the pyboard drive.
...
@@ -46,17 +46,17 @@ 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 drive you are looking at is known as ``/flash`` by the pyboard, and should contain
the following 4 files:
the following 4 files:
* `boot.py <http://micropython.org/resources/fresh-pyboard/boot.py>`_ -- th
is script is executed when the pyboard boots up. It sets
* `boot.py <http://micropython.org/resources/fresh-pyboard/boot.py>`_ -- th
e various configuration options for the pyboard.
up various configuration options for
the pyboard.
It is executed when
the pyboard
boots up
.
* `main.py <http://micropython.org/resources/fresh-pyboard/main.py>`_ -- th
is is the main script that will contain your
Python program.
* `main.py <http://micropython.org/resources/fresh-pyboard/main.py>`_ -- th
e
Python program
to be run
.
It is executed after ``boot.py``.
It is executed after ``boot.py``.
* `README.txt <http://micropython.org/resources/fresh-pyboard/README.txt>`_ --
this contains some very
basic information about getting
* `README.txt <http://micropython.org/resources/fresh-pyboard/README.txt>`_ -- basic information about getting
started with the pyboard.
started with the pyboar
d.
This provides pointers for new users and can be safely delete
d.
* `pybcdc.inf <http://micropython.org/resources/fresh-pyboard/pybcdc.inf>`_ -- th
is is a
Windows driver file to configure the serial USB
* `pybcdc.inf <http://micropython.org/resources/fresh-pyboard/pybcdc.inf>`_ -- th
e
Windows driver file to configure the serial USB
device.
device.
More about this in the next tutorial.
More about this in the next tutorial.
Editing ``main.py``
Editing ``main.py``
-------------------
-------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment