You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Define a sequence of channels to be converted as a regular group.
528
547
fnset_regular_sequence(&mutself,channels:&[u8]);
548
+
/// Set ADC continuous conversion
549
+
///
550
+
/// When continuous conversion is enabled conversion does not stop at the last selected group channel but continues again from the first selected group channel.
551
+
fnset_continuous_mode(&mutself,continuous:bool);
552
+
/// Set ADC discontinuous mode
553
+
///
554
+
/// It can be used to convert a short sequence of conversions (up to 8) which is a part of the regular sequence of conversions.
0 commit comments