Callum Dunster

Results 4 issues of Callum Dunster

It would be nice if VSNotes could automatically sync any changes to git with a default commit message when VSCode is closed, or maybe on save but that might be...

This PR adds support for the [`ToggleableOutputPin`](https://docs.rs/embedded-hal/latest/embedded_hal/digital/v2/trait.ToggleableOutputPin.html) trait from the `embedded-hal` crate. Possibly closes #30, although that issue mentions wanting to do this in a stateful way but currently, the...

This PR adds support for the async [`Wait`](https://docs.rs/embedded-hal-async/0.2.0-alpha.1/embedded_hal_async/digital/trait.Wait.html) trait from the `embedded-hal-async` crate.

Currently, in `no_std` projects it is required to include the std library to test with mocks that return errors, this is because the only supported `MockError` is one that takes...