Added PWM implementation and example

This commit is contained in:
2021-12-05 17:28:30 +01:00
parent baec0980b7
commit 9af01f3067
9 changed files with 783 additions and 12 deletions

View File

@ -2,7 +2,7 @@
//!
//! ## Examples
//!
//! - [Blocking I2C example]()
//! - [REB1 I2C temperature sensor example](https://github.com/robamu-org/vorago-reb1-rs/blob/main/examples/temp-sensor.rs)
use crate::{
clock::{enable_peripheral_clock, PeripheralClocks},
pac::{I2CA, I2CB, SYSCONFIG},