docs/pyboard: Make pyboard v1.1 pinout the default shown in quickref.
This commit is contained in:
parent
d390ad9053
commit
ea95bdc1ca
|
@ -3,22 +3,22 @@
|
||||||
Quick reference for the pyboard
|
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:
|
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-AC <http://micropython.org/resources/pyblitev10ac-pinout.jpg>`__
|
||||||
or `PYBLITEv1.0 <http://micropython.org/resources/pyblitev10-pinout.jpg>`__.
|
or `PYBLITEv1.0 <http://micropython.org/resources/pyblitev10-pinout.jpg>`__.
|
||||||
|
|
||||||
.. only:: not latex
|
.. only:: not latex
|
||||||
|
|
||||||
.. image:: http://micropython.org/resources/pybv10-pinout.jpg
|
.. image:: http://micropython.org/resources/pybv11-pinout.jpg
|
||||||
:alt: PYBv1.0 pinout
|
:alt: PYBv1.1 pinout
|
||||||
:width: 700px
|
:width: 700px
|
||||||
|
|
||||||
.. only:: latex
|
.. only:: latex
|
||||||
|
|
||||||
.. image:: http://micropython.org/resources/pybv10-pinout-800px.jpg
|
.. image:: http://micropython.org/resources/pybv11-pinout-800px.jpg
|
||||||
:alt: PYBv1.0 pinout
|
:alt: PYBv1.1 pinout
|
||||||
|
|
||||||
Below is a quick reference for the pyboard. If it is your first time working with
|
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:
|
this board please consider reading the following sections first:
|
||||||
|
|
Loading…
Reference in New Issue