va108xx_hal/pwm.rs
1//! API for Pulse-Width Modulation (PWM)
2//!
3//! The Vorago VA108xx devices use the TIM peripherals to perform PWM related tasks
4//!
5//! ## Examples
6//!
7//! - [PWM example](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/examples/simple/examples/pwm.rs)
8pub use vorago_shared_hal::pwm::*;