more comments
This commit is contained in:
parent
407e5d06e0
commit
66a43c2e58
@ -22,8 +22,8 @@ pub struct SimplePwm<'d, T: Instance> {
|
|||||||
ch3: Option<AnyPin>,
|
ch3: Option<AnyPin>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// SequencePwm allows you to offloader the updating of a sequence of duty
|
/// SequencePwm allows you to offload the updating of a sequence of duty cycles
|
||||||
/// cycles to up to four channels, as well as repeat that sequence n times.
|
/// to up to four channels, as well as repeat that sequence n times.
|
||||||
pub struct SequencePwm<'d, T: Instance> {
|
pub struct SequencePwm<'d, T: Instance> {
|
||||||
phantom: PhantomData<&'d mut T>,
|
phantom: PhantomData<&'d mut T>,
|
||||||
ch0: Option<AnyPin>,
|
ch0: Option<AnyPin>,
|
||||||
|
Loading…
Reference in New Issue
Block a user