Skip to content

Commit 8e93ce3

Browse files
committed
Add PWM SetDuty trait.
1 parent 812471b commit 8e93ce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embedded-hal/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
pub mod delay;
8181
pub mod digital;
8282
pub mod i2c;
83+
pub mod pwm;
8384
pub mod serial;
8485
pub mod spi;
8586

0 commit comments

Comments
 (0)