Skip to content

Commit 25b69b7

Browse files
authored
Update README.md
1 parent a0991eb commit 25b69b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tutorial 09 - ADC_DMA/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
## 1. ADC DMA Setting
44

5+
<img src="https://raw.githubusercontent.com/tocrux/STM32-Tutorials/master/Tutorial%2009%20-%20ADC_DMA/adc_setting.png">
6+
7+
<img src="https://raw.githubusercontent.com/tocrux/STM32-Tutorials/master/Tutorial%2009%20-%20ADC_DMA/adc_dma.png">
8+
9+
## 2. ADC DMA Start
10+
511
- HAL_ADC_Start_DMA(&hadc1, &adcval[0], 4);

0 commit comments

Comments
 (0)