diff options
author | johnthagen <johnthagen@users.noreply.github.com> | 2019-03-06 07:42:28 -0500 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-03-13 12:33:02 +1100 |
commit | d390ad90534d35d31d891ad24f723675e4b077f5 (patch) | |
tree | 04b7ea324e29629b7e58f1062601972955054dd4 | |
parent | 68a5d6fe7746850ce049b8bf295bfce1382383f3 (diff) |
docs/pyboard: Add link to pyboard v1.1 schematic and layout PDF.
-rw-r--r-- | docs/pyboard/hardware/index.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/pyboard/hardware/index.rst b/docs/pyboard/hardware/index.rst index d6a14b2c5..24e11c8d6 100644 --- a/docs/pyboard/hardware/index.rst +++ b/docs/pyboard/hardware/index.rst @@ -3,9 +3,12 @@ The pyboard hardware For the pyboard: -* `PYBv1.0 schematics and layout <http://micropython.org/resources/PYBv10b.pdf>`_ (2.4MiB PDF) -* `PYBv1.0 metric dimensions <http://micropython.org/resources/PYBv10b-metric-dimensions.pdf>`_ (360KiB PDF) -* `PYBv1.0 imperial dimensions <http://micropython.org/resources/PYBv10b-imperial-dimensions.pdf>`_ (360KiB PDF) +* v1.1 + * `PYBv1.1 schematics and layout <https://micropython.org/resources/PYBv11.pdf>`_ (2.9MiB PDF) +* v1.0 + * `PYBv1.0 schematics and layout <http://micropython.org/resources/PYBv10b.pdf>`_ (2.4MiB PDF) + * `PYBv1.0 metric dimensions <http://micropython.org/resources/PYBv10b-metric-dimensions.pdf>`_ (360KiB PDF) + * `PYBv1.0 imperial dimensions <http://micropython.org/resources/PYBv10b-imperial-dimensions.pdf>`_ (360KiB PDF) For the official skin modules: |