add documentation
This commit is contained in:
parent
dd2577fcf0
commit
c26e62e4f4
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ pub enum Error {
|
|||
}
|
||||
|
||||
const MAX_SEQUENCE_LEN: usize = 32767;
|
||||
/// The used pwm clock frequency
|
||||
pub const PWM_CLK_HZ: u32 = 16_000_000;
|
||||
|
||||
impl<'d, T: Instance> SequencePwm<'d, T> {
|
||||
|
|
Loading…
Reference in a new issue