Skip to content

Commit e531758

Browse files
author
Amanda Butler
authored
Update table in tutorials_intro.md
Replace RawSerial with BufferedSerial and UnbufferedSerial.
1 parent 94f7408 commit e531758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorials/tutorials_intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ These tutorials and examples show you how to perform specific tasks that use the
6363
| LowPowerTimeout | [LowPowerTimeout example](../apis/lowpowertimeout.html#lowpowertimeout-example) | |
6464
| LowPowerTimer | [LowPowerTimer example](../apis/lowpowertimer.html#lowpowertimer-example) | |
6565
| Flash IAP | [Flash IAP example](../apis/flash-iap.html#flash-iap-example) | |
66-
| RawSerial | [RawSerial example](../apis/rawserial.html#rawserial-examples) | [RawSerial Hello, World](../apis/rawserial.html#rawserial-hello-world) |
66+
| BufferedSerial | [BufferedSerial example](../apis/bufferedserial.html#bufferedserial-examples) | |
67+
| UnbufferedSerial | [UnbufferedSerial example](../apis/unbufferedserial.html#unbufferedserial-example) | |
6768
| Serial | [Serial example](../apis/serial.html#serial-examples) | [Serial Hello, World](../apis/serial.html#serial-hello-world) |
6869
| SPI | | [SPI Hello, World](../apis/spi.html#spi-hello-world) |
6970
| SPISlave | [SPISlave example](/apis/spislave.html#spislave-example) | |

0 commit comments

Comments
 (0)