diff options
Diffstat (limited to 'source/spi.rst')
-rw-r--r-- | source/spi.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/source/spi.rst b/source/spi.rst index 3c29b79..91c165a 100644 --- a/source/spi.rst +++ b/source/spi.rst @@ -63,9 +63,7 @@ Recommended Reading * `Hardcore SPI on Arduino <http://klk64.com/arduino-spi/>`_ by kik64 * STMicro documentation for STM32F103RB microcontroller: - * `All <http://www.st.com/mcu/devicedocs-STM32F103RB-110.html>`_ - * `Datasheet (pdf) - <http://www.st.com/stonline/products/literature/ds/13587.pdf>`_ - * `Reference Manual (pdf) - <http://www.st.com/stonline/products/literature/rm/13902.pdf>`_ + * `All <stm32-all>`_ + * `Datasheet <datasheet>`_ (pdf) + * `Reference Manual <full-manual>`_ (pdf) |