Skip to content

Commit 1002489

Browse files
committed
Update W_DMA.md
1 parent f8a1b53 commit 1002489

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/W_DMA.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ The method returns a pointer to preconfigured DMA handle.
3535

3636
The method returns `HAL_OK` if success or `HAL_ERROR` in case of any issue.
3737

38-
Congratulation! Now the DMA channel is configured and initialized, you can attach it to selected peripheral transfer. See the `I2S/examples/Wav_SD_Player/Wav_SD_Player.ino` sketch for example of using the DMA.
38+
Congratulation! Now the DMA channel is configured and initialized, you can attach it to selected peripheral transfer.
39+
40+
#### Examples of using:
41+
42+
* [Wav_SD_Player.ino](/libraries/I2S/examples/Wav_SD_Player/Wav_SD_Player.ino)
43+
* [Spi_tx_dma.ino](/libraries/SPI/Spi_tx_dma/Spi_tx_dma.ino)
3944

4045

0 commit comments

Comments
 (0)