You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as this version of embedded-hal has added `SetDutyCycle` as the
equivalent / successor of the old `PwmPin` support for it can now be
added here.
open points:
* wait for a release of stm32f4xx-hal which includes the `SetDutyCycle`
implementation (PR already merged)
* wait for a release of embedded-hal-mock which includes the
`SetDutyCycle` implementation (PR currently open)
fixes#3fixes#8
as this version of embedded-hal has added `SetDutyCycle` as the
equivalent / successor of the old `PwmPin` support for it can now be
added here.
open points:
* wait for a release of stm32f4xx-hal which includes the `SetDutyCycle`
implementation (PR already merged)
* wait for a release of embedded-hal-mock which includes the
`SetDutyCycle` implementation (PR currently open)
fixes#3fixes#8
rust-embedded/embedded-hal#430 has added an embeded-hal 1.0 alternative to the previous
PwmPin
. support for it should be added here. to test it we'll also need dbrgn/embedded-hal-mock#73.The text was updated successfully, but these errors were encountered: