1 2 3 4
//! API for Pulse-Width Modulation (PWM) //! //! The Vorago devices use the TIM peripherals to perform PWM related tasks pub use vorago_shared_hal::pwm::*;