//! API for Pulse-Width Modulation (PWM) //! //! The Vorago devices use the TIM peripherals to perform PWM related tasks //! //! ## Examples //! //! - [PWM example](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/examples/simple/examples/pwm.rs) pub use vorago_shared_periphs::pwm::*;