diff options
author | Cameron <cameron@soycow.org> | 2013-04-04 19:13:58 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-17 15:07:39 -0500 |
commit | ceedcd8cc018ae751458e363d9dd450f9e9ce928 (patch) | |
tree | fb6473de864ad6e69a67931547f368da89608c0e /source/spi.rst | |
parent | a2007b12ff1b2f267570b32b0c5d7e79aea64726 (diff) | |
download | librambutan-ceedcd8cc018ae751458e363d9dd450f9e9ce928.tar.gz librambutan-ceedcd8cc018ae751458e363d9dd450f9e9ce928.zip |
Fixed bad links for pwm.rst, spi.rst, usart.rst
Diffstat (limited to 'source/spi.rst')
-rw-r--r-- | source/spi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/spi.rst b/source/spi.rst index dd9f1f5..13c4c59 100644 --- a/source/spi.rst +++ b/source/spi.rst @@ -18,13 +18,13 @@ Recommended Reading <http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus>`_ * `Arduino reference on SPI - <http://www.arduino.cc/playground/Code/Spi>`_ + <http://arduino.cc/en/Reference/SPI>`_ -* `Hardcore SPI on Arduino <http://klk64.com/arduino-spi/>`_ by kik64 +* `Hardcore SPI on Arduino <http://web.archive.org/web/20100522034122/http://klk64.com/arduino-spi/>`_ by kik64 * ST Documentation: * Reference Manual `RM0008 - <http://www.st.com/stonline/products/literature/rm/13902.pdf>`_ + <http://www.st.com/web/en/resource/technical/document/reference_manual/CD00171190.pdf>`_ (PDF), Chapter 25, "Serial Peripheral Interface" |