From 36216fe50dbc0fb2e097643bd65efd8b6ef0edbf Mon Sep 17 00:00:00 2001 From: James Munns Date: Tue, 30 Oct 2018 12:43:45 +0100 Subject: [PATCH] Update src/intro/introduction.md Co-Authored-By: Nicoretti --- src/intro/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro/introduction.md b/src/intro/introduction.md index 3f63c2f..d410d46 100644 --- a/src/intro/introduction.md +++ b/src/intro/introduction.md @@ -62,7 +62,7 @@ If you are unfamiliar with anything mentioned above or if you want more informat | Rust, Embedded | [embedded FAQ](https://rust-embedded.github.io/bookshelf/faq.html) | Frequently asked questions about rust in an embedded context | | Interrupts | [Interrupt](https://en.wikipedia.org/wiki/Interrupt) | - | | Memory-mapped IO/Peripherals | [Memory-mapped I/O](https://en.wikipedia.org/wiki/Memory-mapped_I/O) | - | -| SPI, UART, RS232, USB, I2C, TTL | [Stack Exchange about SPI, UART, ...](https://electronics.stackexchange.com/questions/37814/usart-uart-rs232-usb-spi-i2c-ttl-etc-what-are-all-of-these-and-how-do-th) | - | +| SPI, UART, RS232, USB, I2C, TTL | [Stack Exchange about SPI, UART, and other interfaces](https://electronics.stackexchange.com/questions/37814/usart-uart-rs232-usb-spi-i2c-ttl-etc-what-are-all-of-these-and-how-do-th) | - | ## How to Use This Book