nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Update embedded-hal version to 1.0.0 #124

Open FulanXisen opened 10 months ago

FulanXisen commented 10 months ago

embedded-hal announced its stable v1.0.0 while this repo still use v0.2.x. It seems embedded-hal v1.0.0 has many breaking changes. I found its hard to migrate a microbit project from embedded-hal v0.2.6, microbit v0.13.0 to embedded-hal v1.0.0, microbit v0.13.0.

mattheww commented 10 months ago

There is some work in progress in #123