diff options
author | johnthagen <johnthagen@users.noreply.github.com> | 2019-03-08 10:20:11 -0500 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-03-13 12:37:35 +1100 |
commit | ea95bdc1ca24e3006ef78a723e0740128ae4b0d9 (patch) | |
tree | 349f7da82d4d0596b228796b6f8599e5145cd83d | |
parent | d390ad90534d35d31d891ad24f723675e4b077f5 (diff) |
docs/pyboard: Make pyboard v1.1 pinout the default shown in quickref.
-rw-r--r-- | docs/pyboard/quickref.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/pyboard/quickref.rst b/docs/pyboard/quickref.rst index ec789f2f0..5d4985f58 100644 --- a/docs/pyboard/quickref.rst +++ b/docs/pyboard/quickref.rst @@ -3,22 +3,22 @@ Quick reference for the pyboard =============================== -The below pinout is for PYBv1.0. You can also view pinouts for +The below pinout is for PYBv1.1. You can also view pinouts for other versions of the pyboard: -`PYBv1.1 <http://micropython.org/resources/pybv11-pinout.jpg>`__ +`PYBv1.0 <http://micropython.org/resources/pybv10-pinout.jpg>`__ or `PYBLITEv1.0-AC <http://micropython.org/resources/pyblitev10ac-pinout.jpg>`__ or `PYBLITEv1.0 <http://micropython.org/resources/pyblitev10-pinout.jpg>`__. .. only:: not latex - .. image:: http://micropython.org/resources/pybv10-pinout.jpg - :alt: PYBv1.0 pinout + .. image:: http://micropython.org/resources/pybv11-pinout.jpg + :alt: PYBv1.1 pinout :width: 700px .. only:: latex - .. image:: http://micropython.org/resources/pybv10-pinout-800px.jpg - :alt: PYBv1.0 pinout + .. image:: http://micropython.org/resources/pybv11-pinout-800px.jpg + :alt: PYBv1.1 pinout Below is a quick reference for the pyboard. If it is your first time working with this board please consider reading the following sections first: |