diff options
author | Cameron <cameron@soycow.org> | 2013-04-04 16:03:07 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-17 15:07:36 -0500 |
commit | a2007b12ff1b2f267570b32b0c5d7e79aea64726 (patch) | |
tree | 243f8894c8ed1efad99aa24c4dc8d2ab213b1967 /source | |
parent | dc33dce36f03d05dacf95435975f92fc6b2e98b6 (diff) | |
download | librambutan-a2007b12ff1b2f267570b32b0c5d7e79aea64726.tar.gz librambutan-a2007b12ff1b2f267570b32b0c5d7e79aea64726.zip |
Fixed broken links in i2c.rst
I found the correct redirect for the Arduino page, but couldn't find the equivalent ST PDF. I think I found the closest thing but please advise.
Diffstat (limited to 'source')
-rw-r--r-- | source/i2c.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/i2c.rst b/source/i2c.rst index 670b91d..a206ed4 100644 --- a/source/i2c.rst +++ b/source/i2c.rst @@ -72,6 +72,6 @@ Recommended Reading * `I2C Bus <http://www.i2c-bus.org/>`_ * `Wikipedia: I2C <http://en.wikipedia.org/wiki/I%C2%B2C>`_ -* `Arduino I2C/TWI reference <http://www.arduino.cc/playground/Learning/I2C>`_ -* ST `Application Note on Advanced I2C Usage - <http://www.st.com/stonline/products/literature/an/15021.pdf>`_ (PDF) +* `Arduino I2C/TWI reference <http://www.arduino.cc/en/Reference/Wire>`_ +* ST `Application note STM32F10xxx I2C optimized examples + <http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/CD00209826.pdf>`_ (PDF) |