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
optional: if a stable embedded-hal-async version is available at that time an async version of this crate could be provided as well, though that can also be added as a non-breaking change later.
async-support doesn't make sense here as we just set OutputPins & SetDutyCycle, both of which have no async-equivalent as they're always immediate actions
The text was updated successfully, but these errors were encountered:
pre-requisites:
optional: if a stableembedded-hal-async
version is available at that time an async version of this crate could be provided as well, though that can also be added as a non-breaking change later.async-support doesn't make sense here as we just set
OutputPin
s &SetDutyCycle
, both of which have no async-equivalent as they're always immediate actionsThe text was updated successfully, but these errors were encountered: