From ceedcd8cc018ae751458e363d9dd450f9e9ce928 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 4 Apr 2013 19:13:58 -0700 Subject: Fixed bad links for pwm.rst, spi.rst, usart.rst --- source/pwm.rst | 6 +++--- source/spi.rst | 6 +++--- source/usart.rst | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/pwm.rst b/source/pwm.rst index 34ad508..421229d 100644 --- a/source/pwm.rst +++ b/source/pwm.rst @@ -96,8 +96,8 @@ Recommended Reading * `Secrets of Arduino PWM `_ by Ken Shirriff -* `So You Want To Use PWM, Eh? `_ at Non-Lexical Vocables +* `So You Want To Use PWM, Eh? `_ at Non-Lexical Vocables * STMicro documentation for STM32F103RB microcontroller: - * `Datasheet `_ (pdf) - * `Reference Manual `_ (pdf) + * `Datasheet `_ (pdf) + * `Reference Manual `_ (pdf) 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 `_ * `Arduino reference on SPI - `_ + `_ -* `Hardcore SPI on Arduino `_ by kik64 +* `Hardcore SPI on Arduino `_ by kik64 * ST Documentation: * Reference Manual `RM0008 - `_ + `_ (PDF), Chapter 25, "Serial Peripheral Interface" diff --git a/source/usart.rst b/source/usart.rst index 4807431..dbbc81c 100644 --- a/source/usart.rst +++ b/source/usart.rst @@ -55,7 +55,7 @@ Recommended Reading * `Arduino Serial reference `_ * ST `Reference Manual RM0008 - `_ + `_ (PDF), Chapter 27. * `Serial and UART Tutorial `_ (written for -- cgit v1.2.3