Clarified ADC API documentation for some STM32s.

This commit is contained in:
John Kjellberg 2025-03-25 11:10:51 +01:00
parent f15a11f4d6
commit 3e63a2e5df

View File

@ -262,6 +262,9 @@ impl<'d, T: Instance> Adc<'d, T> {
/// ///
/// `sequence` iterator and `readings` must have the same length. /// `sequence` iterator and `readings` must have the same length.
/// ///
/// Note: The order of values in `readings` is defined by the pin ADC
/// channel number and not the pin order in `sequence`.
///
/// Example /// Example
/// ```rust,ignore /// ```rust,ignore
/// use embassy_stm32::adc::{Adc, AdcChannel} /// use embassy_stm32::adc::{Adc, AdcChannel}