The PWM traits available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #357
This issue servers as a tracking issue until we add them back. The open (breaking) problems should be reasonably-well solved and all associated types should have appropriate bounds that enable generic code use.
PWM traits as of the 0.2.7 release:
As noted below, the PwmPin only has a Duty associated type and does not need a settlement on the Time type as Pwm does.
Relevant issues/PRs:
Please feel free to participate, highlight your current use cases, problems and provide solutions.
The PWM traits available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #357
This issue servers as a tracking issue until we add them back. The open (breaking) problems should be reasonably-well solved and all associated types should have appropriate bounds that enable generic code use.
PWM traits as of the 0.2.7 release:
Pwmtrait docsPwmPintrait docsAs noted below, the
PwmPinonly has aDutyassociated type and does not need a settlement on theTimetype asPwmdoes.Relevant issues/PRs:
Please feel free to participate, highlight your current use cases, problems and provide solutions.