We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dcab2 commit 89c3dc2Copy full SHA for 89c3dc2
1 file changed
docs/Library/ADC.md
@@ -73,7 +73,7 @@ typedef struct {
73
* `SENSEDU_ADC_MODE_ONE_SHOT`: Single conversion on demand
74
* `SENSEDU_ADC_MODE_CONT`: Continuous conversions
75
* `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
+* `sampling_freq`: Specified sampling frequency for `SENSEDU_ADC_MODE_CONT_TIM_TRIGGERED` mode. Up to 1MS/sec
77
* `dma_mode`: Specifies if ADC values are manually polled with CPU or automatically transferred into memory with DMA:
78
* `SENSEDU_ADC_DMA_CONNECT`: Attach DMA
79
* `SENSEDU_ADC_DMA_DISCONNECT`: CPU polling
0 commit comments