Expand description
Simple PWM driver.
Structs§
- PwmPin
- PWM pin wrapper.
- Simple
Pwm - Simple PWM driver.
- Simple
PwmChannel - A single channel of a pwm, obtained from
SimplePwm::split
,SimplePwm::channel
,SimplePwm::ch1
, etc. - Simple
PwmChannels - A group of four
SimplePwmChannel
s, obtained fromSimplePwm::split
.