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

@ -7,6 +7,7 @@ pub mod clock;
pub mod gpio;
pub mod i2c;
pub mod prelude;
pub mod pwm;
pub mod spi;
pub mod time;
pub mod timer;