Skip to content

Commit 10579ba

Browse files
Update README.md
1 parent f0e4b5c commit 10579ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ This inroductory project will cover basic peripheral usage for the ESP32-C3 to i
1212
- SD card logging
1313
- UART CLI Shell
1414
- Neopixel status indicator
15-
- Unit tests
1615

1716
### Peripheral Tutorials
1817
- [p0-output](https://youtu.be/vUSHaogHs1s): Make the "Hellow World" of embedded systems: a `Blinky application` to periodically turn an LED on and off
@@ -22,7 +21,7 @@ This inroductory project will cover basic peripheral usage for the ESP32-C3 to i
2221
- [p4-neopixel](https://youtu.be/VIVML4cioIo): Use the ADC reading to change the color of a [neopixel](https://www.adafruit.com/category/168)
2322
- [p5-i2c](https://youtu.be/NvEnHJPpavo): Configure and use a [SX1509 GPIO Expander](https://www.sparkfun.com/products/13601) through [I2C](https://learn.sparkfun.com/tutorials/i2c)
2423
- [p6-spi](https://youtu.be/PUL8ehH6eUg): Write a string to a uSD card over SPI using [embedded-sdmmc](https://github.com/rust-embedded-community/embedded-sdmmc-rs) crate
25-
- [p7-uart](tbd): Receiver characters from the UART and send them back when we detect a [carriage return](https://developer.mozilla.org/en-US/docs/Glossary/CRLF)
24+
- [p7-uart](https://youtu.be/-xEivxWe29M): Receiver characters from the UART and send them back when we detect a [carriage return](https://developer.mozilla.org/en-US/docs/Glossary/CRLF)
2625

2726
<details>
2827
<summary>Development environment setup</summary>

0 commit comments

Comments
 (0)