Skip to content

Commit 578ea6d

Browse files
committed
docs: Add links to LCD and AMP skin schematics.
1 parent d8fd310 commit 578ea6d

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/hardware/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
.. _hardware_index:
2+
13
The pyboard hardware
24
====================
35

6+
For the pyboard:
7+
48
* `PYBv1.0 schematics and layout <http://micropython.org/resources/PYBv10b.pdf>`_ (2.4MiB PDF)
59
* `PYBv1.0 metric dimensions <http://micropython.org/resources/PYBv10b-metric-dimensions.pdf>`_ (360KiB PDF)
610
* `PYBv1.0 imperial dimensions <http://micropython.org/resources/PYBv10b-imperial-dimensions.pdf>`_ (360KiB PDF)
711

12+
For the official skin modules:
13+
14+
* `LCD32MKv1.0 schematics <http://micropython.org/resources/LCD32MKv10-schematics.pdf>`_ (194KiB PDF)
15+
* `AMPv1.0 schematics <http://micropython.org/resources/AMPv10-schematics.pdf>`_ (209KiB PDF)
16+
817
Datasheets for the components on the pyboard
918
============================================
1019

docs/tutorial/amp_skin.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The following video shows how to solder the headers, microphone and speaker onto
1717

1818
<iframe style="margin-left:3em;" width="560" height="315" src="http://www.youtube.com/embed/fjB1DuZRveo?rel=0" frameborder="0" allowfullscreen></iframe>
1919

20+
For circuit schematics and datasheets for the components on the skin see :ref:`hardware_index`.
21+
2022
Example code
2123
------------
2224

docs/tutorial/lcd_skin.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ At the end of the video, it shows you how to correctly connect the LCD skin to t
1818

1919
<iframe style="margin-left:3em;" width="560" height="315" src="http://www.youtube.com/embed/PowCzdLYbFM?rel=0" frameborder="0" allowfullscreen></iframe>
2020

21+
For circuit schematics and datasheets for the components on the skin see :ref:`hardware_index`.
22+
2123
Using the LCD
2224
-------------
2325

0 commit comments

Comments
 (0)