jkelleyrtp / dw1000-rs

Rust driver crate for the Decawave DW1000 UWB transceiver
47 stars 11 forks source link

Use latest version of embedded-hal traits #106

Closed hannobraun closed 4 years ago

hannobraun commented 5 years ago

Original issue: https://github.com/braun-embedded/rust-dwm1001/issues/94


embedded-hal has released new versions of the digital I/O traits and deprecated the old ones. This results in deprecation warnings in the code.

This isn't something we can fix here, as nrf52832-hal needs to be updated.