stm32/pwm: add complementary pwm example

This commit is contained in:
xoviat
2023-04-05 18:07:07 -05:00
parent 7677268319
commit 9f1dac3f5d
2 changed files with 78 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use core::marker::PhantomData;
use embassy_hal_common::{into_ref, PeripheralRef};
use stm32_metapac::timer::vals::Ckd;
pub use stm32_metapac::timer::vals::Ckd;
use super::simple_pwm::*;
use super::*;