nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
484 stars 134 forks source link

Make embedded-hal 0.2 optional #435

Closed qwandor closed 3 months ago

qwandor commented 4 months ago

This required some refactoring as some of the embedded-hal 1.0 implementations depended on the embedded-hal 0.2 implementations.