Skip to content

Commit 4039929

Browse files
authored
Add missing links from README.md to new spi examples (#214)
1 parent bef1dc9 commit 4039929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ App|Description
162162
[spi_dma](spi/spi_dma) | Use DMA to transfer data both to and from the SPI simultaneously. The SPI is configured for loopback.
163163
[spi_flash](spi/spi_flash) | Erase, program and read a serial flash device attached to one of the SPI controllers.
164164
[spi_master_slave](spi/spi_master_slave) | Demonstrate SPI communication as master and slave.
165+
[max7219_8x7seg_spi](spi/max7219_8x7seg_spi) | Attaching a Max7219 driving an 8 digit 7 segment display via SPI
166+
[max7219_32x8_spi](spi/max7219_32x8_spi) | Attaching a Max7219 driving an 32x8 LED display via SPI
165167

166168
### System
167169

0 commit comments

Comments
 (0)