diff options
author | Damien George <damien.p.george@gmail.com> | 2014-12-02 12:32:39 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-12-02 12:32:39 +0000 |
commit | 578ea6d4a55937f830778baba8c6d6e3ada48014 (patch) | |
tree | c50aa7805c2ecff299bbe6fe14023bf53b56270a /docs/tutorial | |
parent | d8fd3103fa69f9f0c5374d6edc50b6dc1e2f6738 (diff) | |
download | micropython-578ea6d4a55937f830778baba8c6d6e3ada48014.tar.gz micropython-578ea6d4a55937f830778baba8c6d6e3ada48014.zip |
docs: Add links to LCD and AMP skin schematics.
Diffstat (limited to 'docs/tutorial')
-rw-r--r-- | docs/tutorial/amp_skin.rst | 2 | ||||
-rw-r--r-- | docs/tutorial/lcd_skin.rst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorial/amp_skin.rst b/docs/tutorial/amp_skin.rst index dd949e180f..8b1e72bda3 100644 --- a/docs/tutorial/amp_skin.rst +++ b/docs/tutorial/amp_skin.rst @@ -17,6 +17,8 @@ The following video shows how to solder the headers, microphone and speaker onto <iframe style="margin-left:3em;" width="560" height="315" src="http://www.youtube.com/embed/fjB1DuZRveo?rel=0" frameborder="0" allowfullscreen></iframe> +For circuit schematics and datasheets for the components on the skin see :ref:`hardware_index`. + Example code ------------ diff --git a/docs/tutorial/lcd_skin.rst b/docs/tutorial/lcd_skin.rst index 8f981de635..8ee31d9603 100644 --- a/docs/tutorial/lcd_skin.rst +++ b/docs/tutorial/lcd_skin.rst @@ -18,6 +18,8 @@ At the end of the video, it shows you how to correctly connect the LCD skin to t <iframe style="margin-left:3em;" width="560" height="315" src="http://www.youtube.com/embed/PowCzdLYbFM?rel=0" frameborder="0" allowfullscreen></iframe> +For circuit schematics and datasheets for the components on the skin see :ref:`hardware_index`. + Using the LCD ------------- |