Merge pull request #3066 from mikkelens/patch-1
Add missing word "pin" in rp pwm documentation
This commit is contained in:
commit
dbe21730cd
@ -129,7 +129,7 @@ impl<'d> Pwm<'d> {
|
|||||||
Self::new_inner(slice.number(), None, None, Pull::None, config, Divmode::DIV)
|
Self::new_inner(slice.number(), None, None, Pull::None, config, Divmode::DIV)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Create PWM driver with a single 'a' as output.
|
/// Create PWM driver with a single 'a' pin as output.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn new_output_a<T: Slice>(
|
pub fn new_output_a<T: Slice>(
|
||||||
slice: impl Peripheral<P = T> + 'd,
|
slice: impl Peripheral<P = T> + 'd,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user