Open nevi-me opened 3 years ago
I've opened https://github.com/nrf-rs/nrf-hal/pull/340 which should resolve this
Previously: https://github.com/nrf-rs/nrf51-hal/pull/25
I've opened #401 which should finally resolve this.
@nevi-me Did #401 solve your problem?
When trying to use
nrf-hal-common
with OneWire (https://crates.io/crates/onewire), InputPin needs to be implemented for OutputPin.I tried to implement this myself, but I seem to be a bit out of my depth :(
Example code is:
This results in the error: