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
it finally happened: the stable release of `embedded-hal` has just been
released.
note that between RC.3 and the final release the `ToggleableOutputPin`
has been removed. the `toggle` method was moved to `StatefulOutputPin`
which does the same as the HAL-internal `toggle` method, thus no
implementation is needed anymore on our side.
0 commit comments