Skip to content

Commit 89c3dc2

Browse files
committed
docu change
1 parent 36dcab2 commit 89c3dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Library/ADC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ typedef struct {
7373
* `SENSEDU_ADC_MODE_ONE_SHOT`: Single conversion on demand
7474
* `SENSEDU_ADC_MODE_CONT`: Continuous conversions
7575
* `SENSEDU_ADC_MODE_CONT_TIM_TRIGGERED`: Timer-driven continuous conversions, which enables stable sampling frequency
76-
* `sampling_freq`: Specified sampling frequency for `SENSEDU_ADC_MODE_CONT_TIM_TRIGGERED` mode. Up to ~500kS/sec
76+
* `sampling_freq`: Specified sampling frequency for `SENSEDU_ADC_MODE_CONT_TIM_TRIGGERED` mode. Up to 1MS/sec
7777
* `dma_mode`: Specifies if ADC values are manually polled with CPU or automatically transferred into memory with DMA:
7878
* `SENSEDU_ADC_DMA_CONNECT`: Attach DMA
7979
* `SENSEDU_ADC_DMA_DISCONNECT`: CPU polling

0 commit comments

Comments
 (0)